v0.7.0
mateuszkwiecinski
released this
03 Nov 18:12
·
343 commits
to master
since this release
What's Changed
- [Breaking] Ignore Kotlin sources placed under
buildDir
directory by default. Kotlin 1.9.20 & latest KSP version does not allow to distinguish generated sources from non-generated ones. As a workaround the plugin will ignore all compilation sources placed (generated 🤞) underbuildDir
directory. It's possible to restore default behavior viaignoreFilesUnderBuildDir = false
property. Visit related KGP issue: https://youtrack.jetbrains.com/issue/KT-45161 and its linked issues for more details - #126
- Bump minimum supported Gradle version to
8.0
- #125
Full Changelog: v0.6.1...v0.7.0