1 min readJul 3, 2020
Currently Dagger Hilt are designed in such a way that simplify into just Singleton and ActivityScoped. They called it Monolithic https://dagger.dev/hilt/monolithic . If you need more enhanced scope for fragment, I guess you'll need to do that yourselves for now.
Hopefully more enhancement from Dagger Hilt can be introduced for that, while maintain its simplicity.
Thanks!