Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 282 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 282 Bytes

Kodein

Kodein is a painless dependency injector which can be easily used as replaceble for Dagger2 in small projects. In this project the singleton instance of Retrofit from InitApp file is provided as singelton all over app and injected in MainActivity by delegate properties.