airbnb / mavericks

Mavericks: Android on Autopilot
https://airbnb.io/mavericks/
Apache License 2.0
5.85k stars 499 forks source link

Dagger in a single activity compose app (no fragment) #668

Open ganfra opened 1 year ago

ganfra commented 1 year ago

I've been looking at the anvil-sample, and I don't see how to make a dagger component scoped to a navigation graph. I would like to create some subcomponent on feature module, scoped to the feature. But the mavericks factory API only gives me access to a fragment or an activity.

Have you some idea on how to do this?