rootstrap / android-base

Rootstrap Android Base project
https://rootstrap.com
40 stars 6 forks source link

Add Koin instead of dagger-hilt as DI #49

Open santi-andracchi opened 3 years ago

santi-andracchi commented 3 years ago

Add Koin instead of Hilt as DI as an alternative for this base project

There are some pros and cons about it, at least that I can notice, such as:

PROS

CONS

Here there are some interesting articles which explain the main differences between both: Dagger-Hilt & Koin under the hood Koin Vs Dagger-Hilt

PD: I also introduce a test library Mockk, which has very good stuff for testing coroutines, and supports Koin