From dcad389263480d78bfe3e003ccb36cd232a4857c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 17:30:19 +0000 Subject: [PATCH] Update kotlin monorepo to v2.4.0 --- native_image_cropper/example/android/settings.gradle.kts | 2 +- native_image_cropper_android/android/build.gradle | 2 +- .../example/android/settings.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native_image_cropper/example/android/settings.gradle.kts b/native_image_cropper/example/android/settings.gradle.kts index 97397bb4..76b0efe0 100644 --- a/native_image_cropper/example/android/settings.gradle.kts +++ b/native_image_cropper/example/android/settings.gradle.kts @@ -19,7 +19,7 @@ pluginManagement { plugins { id("dev.flutter.flutter-plugin-loader") version "1.0.0" id("com.android.application") version "8.13.2" apply false - id("org.jetbrains.kotlin.android") version "2.3.21" apply false + id("org.jetbrains.kotlin.android") version "2.4.0" apply false } include(":app") diff --git a/native_image_cropper_android/android/build.gradle b/native_image_cropper_android/android/build.gradle index 2ad03e2d..8f29bcbd 100644 --- a/native_image_cropper_android/android/build.gradle +++ b/native_image_cropper_android/android/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - kotlin_version = '2.3.21' + kotlin_version = '2.4.0' ktlintPluginVersion = '14.2.0' } diff --git a/native_image_cropper_android/example/android/settings.gradle.kts b/native_image_cropper_android/example/android/settings.gradle.kts index 97397bb4..76b0efe0 100644 --- a/native_image_cropper_android/example/android/settings.gradle.kts +++ b/native_image_cropper_android/example/android/settings.gradle.kts @@ -19,7 +19,7 @@ pluginManagement { plugins { id("dev.flutter.flutter-plugin-loader") version "1.0.0" id("com.android.application") version "8.13.2" apply false - id("org.jetbrains.kotlin.android") version "2.3.21" apply false + id("org.jetbrains.kotlin.android") version "2.4.0" apply false } include(":app")