- Replace deprecated api usage for Gradle 9.0 compatibility (#856; thanks @jvandort)
- Resolve Kotlin 2.0 incompatibility (#907; thanks @elevenfive)
This plugin now uses Kotlin 2.x for compatibility. Unfortunately Kotlin lacks the ability to target older versions for binary compatibility (as in Java's --release
option) and Gradle does not fully isolate plugins from conflicting dependencies. Therefore, this plugin is incompatible for projects using the Kotlin 1.x gradle plugin due to hidden compiler injected byte code. Please use the previous release for Kotlin 1.x projects (#929).