-
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
Migrate from Dagger to KOIN #46
Comments
I think for the sample project, we should not use any DI. This will make the example easy to use by anyone who wants to learn how the library works |
with this in mind you should probably close this issue |
This issue was meant to change the DI inside the library module itself, not the sample app |
Seen the library module doesn't have any DI |
Yeah, the re-write was going to use KOIN maybe, or we can just do away with the DI concept on the module |
@andronicus-kim Feel free to contribute to this conversation |
I think introducing DI on the module will make it a lot cleaner. |
Great. Let's continue working from your current PR |
Migrate the DI setup to KOIN, from Dagger
The text was updated successfully, but these errors were encountered: