From 9eabdf71f2779970065ffb887083028759629653 Mon Sep 17 00:00:00 2001 From: Ting-Yuan Huang Date: Tue, 9 Apr 2024 22:22:21 -0700 Subject: [PATCH] UPDATE_KOTLIN_VERSION: 2.0.0-RC1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9591bf0d36..b5855d6a66 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Copied from kotlinc org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8 -kotlinBaseVersion=2.0.0-Beta5 +kotlinBaseVersion=2.0.0-RC1 agpBaseVersion=7.2.0 intellijVersion=213.7172.25 junitVersion=4.13.1