haroldadmin / Vector

Kotlin Coroutines based MVI architecture library for Android
https://haroldadmin.github.io/Vector/
Apache License 2.0
193 stars 9 forks source link

Dagger Hilt support #36

Open haroldadmin opened 3 years ago

haroldadmin commented 3 years ago

Hilt is the new recommended DI library for Android.

ViewModel Injection in Vector currently relies on using AssistedInject with Dagger. Integration with Dagger Hilt would be nice too.

haroldadmin commented 3 years ago

Adding this feature would be easier when Hilt adds support for AssistedInject natively. This feature is planned for a future release, so holding off this change until then.