vmadalin / android-modular-architecture

📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
https://proandroiddev.com/android-components-architecture-in-a-modular-word-7414a0631969
Apache License 2.0
2.41k stars 392 forks source link

Question: Migration to koin or Gson #13

Closed mwshubham closed 4 years ago

mwshubham commented 4 years ago

Is there any ongoing thinking to refractor/migrate the project to Koin/ Moshi. As Moshi seems to be GSON 3.0 and possibly Koin will replace dagger in the near future.

necatisozer commented 4 years ago

Koin will replace dagger in the near future.

Nope. Android team declared Dagger as recommended DI framework and will improve it to work simpler with Kotlin & Android. https://developer.android.com/training/dependency-injection/dagger-basics

mwshubham commented 4 years ago

True. They have recommended DI. No need to think about koin as of now.