emedinaa / kotlin-mvvm

MVVM(Model View ViewModel) sample in Kotlin using the components ViewModel, LiveData and Retrofit library
535 stars 117 forks source link

No automated DI #8

Open mdhishaamakhtar opened 3 years ago

mdhishaamakhtar commented 3 years ago

Using an automated Dependency Injection would make a lot more sense.

emedinaa commented 3 years ago

hi @mdhishaamakhtar , thanks for your comment. I added some branches with DI libraries like to hilt, dagger and kotlin. You can see that on : https://github.com/emedinaa/kotlin-mvvm/tree/hilt https://github.com/emedinaa/kotlin-mvvm/tree/koin

emedinaa commented 3 years ago

Also, I tried to introduce to DI concept before to use some library.