-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daraja DI using KOIN #61
base: master
Are you sure you want to change the base?
Conversation
@@ -18,6 +18,9 @@ object Versions { | |||
// DI - Dagger | |||
const val dagger = "2.14.1" | |||
|
|||
//DI-KOIN | |||
const val koin = "2.2.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we migrate to KOIN V3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we migrate to KOIN V3?
Yes. I'll bump it up.
How about using danger hilt instead of koin? |
Koin is written in pure Kotlin using functional resolution only. It's lightweight and has less learning curve and boilerplate code |
@jumaallan This is noted. thanks will try out using Koin |
No description provided.