jeppeman/android-jetpack-playground

Migrate Dagger to Hilt

mochadwi opened this issue · 2 comments

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: google/dagger#1865

will leave it open for future reader