From 571012441fd08ea149ddcb3aab3969885c3e00fa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 Nov 2024 16:12:10 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.1.0 --- 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..fd637cf 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") } diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 8610712..289f964 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" apply false } include ":app"