From 6fa09bcec60998c28b375ef55693abe1b319d6f1 Mon Sep 17 00:00:00 2001 From: yaso Date: Tue, 26 Nov 2024 12:12:49 +0200 Subject: [PATCH] update kotlin version --- Frontend/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/android/build.gradle b/Frontend/android/build.gradle index e83fb5da..cff21875 100644 --- a/Frontend/android/build.gradle +++ b/Frontend/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.7.10' + ext.kotlin_version = '2.0.21' repositories { google() mavenCentral()