From 572742d6f873cfce89e919c311fe525cba0b4bb2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 Aug 2024 14:36:53 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.0.255-snapshot --- 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..292613b 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.0.255-SNAPSHOT") } diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 8610712..34927ef 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.0.255-SNAPSHOT" apply false } include ":app"