What dependency injection for Android with Kotlin do you prefer? I have started using Kodein but i don't want to lose my time if Koin it's better.
I have read this presentation https://www.kotlindevelopment.com/koin-vs-kodein/ by Makery Kotlin Development it's really nice.
From that presentation these are the differences:
Kodein
- Robust
- Tons of feature
- Great documentation
- More complicated API
Koin
- Smaller
- Less feature
- Natural API
Github stars Kodein 1164 vs 1350 Koin
Thanks !!