From 0a36fe6f0bd5eb2b809ed17a69e63bc54f4540ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:31:16 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.android to v1.9.25 --- example/flutter_example/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/flutter_example/android/settings.gradle b/example/flutter_example/android/settings.gradle index b9e43bd3..af70d3cb 100644 --- a/example/flutter_example/android/settings.gradle +++ b/example/flutter_example/android/settings.gradle @@ -19,7 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "8.1.0" apply false - id "org.jetbrains.kotlin.android" version "1.8.22" apply false + id "org.jetbrains.kotlin.android" version "1.9.25" apply false } include ":app"