Koin
February 11, 2020  |  

Koin is a lightweight dependency injection framework. I tried it on a back end codebase first, and I really liked the results, so I’ve decided to ditch Dagger in a few Android apps I work on and the difference is hard to exaggerate. Koin is much easier to set up and use, and it’s also harder to mess up the configuration. Highly recommend.