Open mochadwi opened 4 years ago
Thanks for this great source code example of jetpack playground.
But I've problems when configuring @AutoService injection with Hilt.
@AutoService
In Hilt, we don't have to define VideoComponent in exchange using @AndroidEntryPoint inside VideoFragment
VideoComponent
@AndroidEntryPoint
VideoFragment
looks like this is an issue with DFM: https://github.com/google/dagger/issues/1865
will leave it open for future reader
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
insideVideoFragment