android10 / Android-CleanArchitecture-Kotlin

This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
4.69k stars 935 forks source link

Migration from Dagger to Hilt #101

Closed android10 closed 3 years ago

android10 commented 4 years ago

This PR aims to do the transition from Dagger to the new Hilt DI framework specifically built up for Android.

Hilt Documentation:

android10 commented 3 years ago

Merging this. @ZhuSniffsTheRose thanks for the contribution.