jarroyoesp / KotlinMultiplatform_MVVM

Android & iOS App using MVVM pattern and LiveData on the presentation layer + Clean Arch on the common shared code.
231 stars 28 forks source link

Question : About Kodein #2

Open mathemandy opened 4 years ago

mathemandy commented 4 years ago

Is Kodein the only DI tool that can be used or its just preference.

I Use Koin before multiplaform and want to know if i can use it

jarroyoesp commented 4 years ago

Now it just preference (maybe some months ago it was the only option), so if you want you can use Koin:

https://johnoreilly.dev/posts/kotlinmultiplatform-koin/

mathemandy commented 4 years ago

Thank You for the feedback, you project has helped a lot.