Dagger2 v2.23.2 Release Notes

Release Date: 2019-06-19 // almost 5 years ago
  • ๐Ÿš€ 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)