Skip to content
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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

andronicus-kim
Copy link
Collaborator

No description provided.

@@ -18,6 +18,9 @@ object Versions {
// DI - Dagger
const val dagger = "2.14.1"

//DI-KOIN
const val koin = "2.2.3"
Copy link
Owner

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?

Copy link
Collaborator Author

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.

@jumaallan jumaallan linked an issue Aug 22, 2021 that may be closed by this pull request
@e-kibet
Copy link

e-kibet commented Aug 22, 2021

How about using danger hilt instead of koin?

@jumaallan
Copy link
Owner

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

@e-kibet
Copy link

e-kibet commented Aug 23, 2021

@jumaallan This is noted. thanks will try out using Koin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate from Dagger to KOIN
3 participants