Β· 1 min read

Koin for dependency injection on Android. Is Dagger dead?

Koin is an alternative to Dagger that takes advantage of Kotlin features to make dependency injection much easier.

https://youtu.be/fizzD_vCbIw

In the video above, I explain why you need a dependency injector, what’s the difference between Dagger and Koin, and a complete example on how to start using it.

The article about clean architecture mentioned in the video: πŸ‘‰ /clean-architecture-android/

And the branch where this code lives: πŸ‘‰ /clean-architecture/tree/koin

The info about Architect Coders program: πŸ‘‰ /

And the repository: πŸ‘‰ /architect-coders

    Share:
    Back to Blog