Skip to content

Dagger 2.47

Compare
Choose a tag to compare
@Chang-Eric Chang-Eric released this 14 Jul 00:43
· 159 commits to master since this release

What’s new In Dagger

Bug Fixes

  • Update kotlinx-metadata-jvm to 0.6.2 Fixes #3893. (7b16dfd)
  • Disallow private modules in Kotlin sources (already disallowed in Java sources). There is an issue with KAPT where the generated stubs for a private Kotlin module would not be private. To prepare for KSP support where the Kotlin source is read directly, this is fixed to be an error as it should have been. (53fd1a4)

What’s new in Hilt

  • The Hilt Android Gradle plugin will now enforce a minimum Android Gradle plugin (AGP) version of 7.0. (e512d87)
  • Deprecated the enableTransformForLocalTests option in the Hilt Android Gradle plugin. This is no longer necessary as the minimum supported AGP version has been increased to 7.0. (b3fd56f)