Dagger 2.10
ronshapiro
released this
20 Mar 17:47
·
2503 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 astatic
create()
method, since it would always be invalid.