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
Fix a bug where binding collisions were not properly checked across subcomponent boundaries when a parent provided a concrete Set/Map and a child provided a multibinding contribution with the same key.
Also applies to providing a concrete optional binding and @BindsOptionalOf declarations.
Fix a case where injecting a Provider<GeneratedType> might not have properly delayed processing until that type was generated (57a43df)
Adds a dagger.spi package (in the com.google.dagger:dagger-spi artifact) so users can hook into the Dagger binding graph at build time to report custom validation or generate extra files at build time. Note that this is still experimental and the APIs may change. (120a339)
Scopes are no longer allowed on @Module elements. They never had a function and are now disallowed. (beeb29d)
Clarified DaggerBroadcastReceiver documentation with respect to when injection is performed (a49cee0)