Migration guide from Dagger to Koin in easy steps
Android 29 Oct 2018 1195Assemble a sample Dagger application with some sample components which then we will migrate over to a stable version of Koin a smart dependency injection framework.
Declare components in single Koin module together with a class to bootstrap all of these configurations. Finally update the source code of components to reflect Koin changes into `KoinComponent` and to append some lazy injections.
"In my last public talks, I see that many people appreciate the simplicity of Koin and like the way it helps them to design their applications with ease. I’m clearly happy to see good feedback from t..."
More info
#1st
in TOP Mobile articles
Level
N/A
Author
AndroidPub
For further author's articles please visit the author's website.
https://android.jlelse.eu/