From 18c0b4fc5a8f6b03c0368b9ff3a8b68eeb9f45e1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Nov 2024 16:20:24 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.1.0-rc --- example/android/app/build.gradle | 2 +- example/android/settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 063c009..2394999 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -112,5 +112,5 @@ flutter { } dependencies { - implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0") + implementation platform("org.jetbrains.kotlin:kotlin-bom:2.1.0-RC") } diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 8610712..55763a9 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -41,7 +41,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "8.4.2" apply false - id "org.jetbrains.kotlin.android" version "2.0.0" apply false + id "org.jetbrains.kotlin.android" version "2.1.0-RC" apply false } include ":app"