Dagger 2.6.1
·
2737 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.