From d937adef1983d90bf81bbf8d7d4912396826f7f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:08:06 +0000 Subject: [PATCH] Update kotlin monorepo to v2.3.21 --- android/build.gradle | 2 +- example/android/settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e5fafa1..d3c6a3d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ group = "it.angelocassano.flutter_nexi" version = "1.0-SNAPSHOT" buildscript { - ext.kotlin_version = "2.2.21" + ext.kotlin_version = "2.3.21" repositories { google() mavenCentral() diff --git a/example/android/settings.gradle.kts b/example/android/settings.gradle.kts index e83cfce..97397bb 100644 --- a/example/android/settings.gradle.kts +++ b/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.2.21" apply false + id("org.jetbrains.kotlin.android") version "2.3.21" apply false } include(":app")