jeppeman / android-jetpack-playground

Pet project for cutting edge Android development with Jetpack
Apache License 2.0
271 stars 18 forks source link

Migrate Dagger to Hilt #8

Open mochadwi opened 4 years ago

mochadwi commented 4 years ago

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

mochadwi commented 4 years ago

looks like this is an issue with DFM: https://github.com/google/dagger/issues/1865

mochadwi commented 4 years ago

will leave it open for future reader