From 2e6377e61b4e1b9d5a714c1ee53c8a1cdaf8b016 Mon Sep 17 00:00:00 2001 From: Aline Bonnet Date: Thu, 16 May 2024 14:48:58 +0200 Subject: [PATCH] fix: force version of kotlin to 1.9.0 --- android/settings.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/settings.gradle b/android/settings.gradle index e646870..b14cc43 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -24,6 +24,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "7.3.0" apply false + id "org.jetbrains.kotlin.android" version "1.9.0" apply false } include ":app"