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
Dagger generates a builder() method for components by default. This can lead to surprising results when the same method name in a component for a subcomponent builder is used:
Dagger generates a
builder()
method for components by default. This can lead to surprising results when the same method name in a component for a subcomponent builder is used:In this case Dagger should throw an error and claim that method name.
The text was updated successfully, but these errors were encountered: