Important
This version drops support for any version of Gradle below 7.x.
The Android library now requires compileSdk=35
This version also requires the host app to use Kotlin 2.x
or higher
Important
When using the plugin in a convention plugin. Ensure to use Grade 8.12.x
or newer
https://docs.gradle.org/8.12/userguide/compatibility.html#kotlin
🐛 Fixes
- Improve config cache support
- PR: #1048