From 597401089295806655256bb6c13da89f18853235 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 23 Dec 2024 07:19:20 +0000 Subject: [PATCH] Update 'android/build.gradle' --- android/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 6560603..bc812d9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -10,7 +10,8 @@ buildscript { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0" + // classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } }