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:
👉 https://antonioleiva.com/clean-architecture-android/

And the branch where this code lives:
👉 https://github.com/antoniolg/clean-architecture/tree/koin

The info about Architect Coders program:
👉 https://architectcoders.com

And the repository:
👉 https://github.com/antoniolg/architect-coders

2 thoughts on “Koin for dependency injection on Android. Is Dagger dead?”

  1. Hey, very nice blog. I came across this on Google, and I am stoked that I did. I will definitely be coming back here more often. Wish I could add to the conversation and bring a bit more to the table, but am just taking in as much info as I can at the moment. Thanks for sharing.

Comments are closed.