From d16f9c6fae9252f951fa1205bea53d057a1a5dd0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Sep 2024 12:26:48 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.1.0-beta1 --- 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..08c6a03 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-Beta1") } diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 8610712..9c031c2 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-Beta1" apply false } include ":app"