diff --git a/.changes/android-compileroptions-dsl.md b/.changes/android-compileroptions-dsl.md index 8cffdfa87785..96c2c86fe308 100644 --- a/.changes/android-compileroptions-dsl.md +++ b/.changes/android-compileroptions-dsl.md @@ -5,3 +5,5 @@ --- Migrate the Android Gradle scripts from the deprecated `kotlinOptions` DSL to `compilerOptions`, which is accepted by both Kotlin Gradle Plugin 1.9.x and 2.x. This lets projects move to Kotlin 2.x without hitting the hard error that 2.3+ raises on the old DSL. + +This increased the minimum supported Gradle version to 8.13, if your `gradle` is on an earlier version, delete `src-tauri/gen/android/gradle/wrapper/gradle-wrapper.properties` and re-run `tauri android init` to update it.