android-jetpack-playground
android-jetpack-playground copied to clipboard
Migrate Dagger to Hilt
Thanks for this great source code example of jetpack playground.
But I've problems when configuring @AutoService injection with Hilt.
In Hilt, we don't have to define VideoComponent in exchange using @AndroidEntryPoint inside VideoFragment
looks like this is an issue with DFM: https://github.com/google/dagger/issues/1865
will leave it open for future reader