Dagger 2.47
Chang-Eric
released this
14 Jul 00:43
·
272 commits
to master
since this release
What’s new In Dagger
- A new default disabled flag
dagger.ignoreProvisionKeyWildcards
has been added. Enabling this flag will be required to use KSP in a future release. For more information on this flag, see the documentation here: https://dagger.dev/dev-guide/compiler-options#ignore-provision-key-wildcards
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)