Skip to content

Dagger 2.23.2

Compare
Choose a tag to compare
@ronshapiro ronshapiro released this 19 Jun 14:33
· 1675 commits to master since this release

In addition to the 2.23.1 release notes, this release:

  • Fixes a bug where an @Inject method has a parameter name that is valid on the JVM but invalid for the Java language (and can come up in some cases in Kotlin: a11605c)
  • Suppresses all unchecked/rawtypes warnings in Dagger generated code (ce23333)