Dagger 2.6.1
ronshapiro
released this
24 Aug 15:21
·
2714 commits
to master
since this release
A few bugfixes
- Create bindings for
@Binds
methods even when the RHS cannot be resolved- Note: this may result in new duplicate or missing binding errors that were not previously detect.
- Change
ProducerToken
to useClass#getCanonicalName
instead ofClass#toString
to avoid extra string allocations.