Skip to content

Dagger 2.6.1

Compare
Choose a tag to compare
@ronshapiro ronshapiro released this 24 Aug 15:21
· 2555 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 use Class#getCanonicalName instead of Class#toString to avoid extra string allocations.