android-mpesa-api
android-mpesa-api copied to clipboard
Migrate from Dagger to KOIN
Migrate the DI setup to KOIN, from Dagger
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
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