From 82a8f44d258126b1812a04644cd609fbe4b96730 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Oct 2024 12:36:03 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.1.0-beta2 --- 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..b0b171e 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-Beta2") } diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 8610712..5ed84d6 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-Beta2" apply false } include ":app"