You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dagger.Subcomponent.Factory to the list of classes where qualifier may be allowed.
This replaces `dagger.Subcomponent.Builder.Factory` which does not exist, and which may have been a typo?
Subcomponent Factory methods typically have parameters annotated with `@BindsInstance` to bind parameters, and as such, primitives like booleans often need additional qualifier annotations.
PiperOrigin-RevId: 789429021
0 commit comments