Skip to content

Dagger 2.11

Compare
Choose a tag to compare
@ronshapiro ronshapiro released this 07 Jun 15:03
· 2322 commits to master since this release
  • Map multibindings are no longer in beta.
  • New API: @ContributesAndroidInjector simplifies the usage of dagger.android
  • All HasDispatching*Injectors are renamed to Has*Injector. They also return an AndroidInjector instead of a DispatchingAndroidInjector
  • Added DaggerApplication and DaggerContentProvider
  • auto-common is properly shaded again
  • dagger-android-processor works better with Gradle if you're not using dagger.android.support
  • First release of dagger-grpc
  • Fixes for #421 and #671
  • dagger-gwt is now being released again
  • @GwtIncompatible is propagated to generated factories