From 753145ec60cac524f52994482dba4f6e2bcc613d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 21 May 2024 09:02:39 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2 --- 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 86b4d7a..9d785ba 100644 --- a/frontend/android/build.gradle +++ b/frontend/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.9.24' + ext.kotlin_version = '2.0.0' repositories { google() mavenCentral() -- 2.45.2