From 7e600a0f94e3e9d2918a47d8ded708423b512162 Mon Sep 17 00:00:00 2001 From: Ting-Yuan Huang Date: Mon, 29 Jul 2024 16:39:51 -0700 Subject: [PATCH] UPDATE_KOTLIN_VERSION: 2.0.10-RC2 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ae33271971..3c45b69ef8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Copied from kotlinc org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx4096m -Dfile.encoding=UTF-8 -kotlinBaseVersion=2.0.0 +kotlinBaseVersion=2.0.10-RC2 agpBaseVersion=7.2.0 intellijVersion=213.7172.25 junitVersion=4.13.1