Skip to content

v0.7.0

Compare
Choose a tag to compare
@mateuszkwiecinski mateuszkwiecinski released this 03 Nov 18:12
· 343 commits to master since this release
4474414

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 🤞) under buildDir directory. It's possible to restore default behavior via ignoreFilesUnderBuildDir = 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