ansman/auto-dagger

Add `@GeneratesRootInput` to auto-dagger library annotations

Closed this issue · 0 comments

I had an out of order compile that resulted in a missing binding when adding an @AutoInitialize dependency. Poked around hilt docs and saw @GeneratesRootInput on https://dagger.dev/hilt/creating-extensions

Seems like its something that would help hilt if this was added to the following annotations:

@AutoBind*
@AutoInitialize