google / dagger

A fast dependency injector for Android and Java.
https://dagger.dev
Apache License 2.0
17.41k stars 2.01k forks source link

Feature Request: @ContributesBinding like annotation #3810

Open svenjacobs opened 1 year ago

svenjacobs commented 1 year ago

Anvil has this nice @ContributesBinding annotation which generates interface to implementation binding code.

Could something similar be added to Dagger / Hilt, please? 🙏🏼 Approximately 50% of our modules just contain boilerplate binding code which could be removed with this kind of functionality.

svenjacobs commented 1 year ago

Well, I just found this issue which mentions the android-hilt library but an official support would still be much appreciated 😄