<FragmentFactory injection alongside normal inject...
# stackoverflow
u
FragmentFactory injection alongside normal injection in Android I'm trying to use fragment factory as mentioned in this article : https://medium.com/supercharges-mobile-product-guide/fragmentfactory-with-dagger-and-hilt-31ee17babf73 I'm using Hilt alongside with dagger since I'm migrating slowly from Dagger to Hilt. I get this build error saying the bindings aren't available in this scope. But I can't change my...