From 4b20ae699c558f06a703304331d70c7022e2ee50 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Thu, 19 Dec 2024 05:50:27 +0000 Subject: [PATCH] Update 'android/build.gradle' --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index 8cfba1d..0cc9d49 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,6 +9,7 @@ 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:1.8.0" } }