Skip to content

Dagger 2.10

Compare
Choose a tag to compare
@ronshapiro ronshapiro released this 20 Mar 17:47
· 2382 commits to master since this release
  • Release of dagger.android classes to simplify injection of Android core types
  • By default, stop emitting "Prefer to run the dagger processor" warnings
  • Allow component builders' build() methods to return a supertype of the component
  • Generated components with @BindInstance methods in their builders no longer generate a static create() method, since it would always be invalid.