airbnb / mavericks

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

Created an Anvil sample #652

Closed gpeal closed 2 years ago

gpeal commented 2 years ago

This PR creates a sample app that uses Anvil and has a @ContributesViewModel code generator to let Anvil do all of the wiring necessary to do constructor injection for ViewModels. It also demonstrates how to handle Dagger subcomponents including those owned by Fragments/features.

gpeal commented 2 years ago

@denis-bezrukov @romankivalin FYI