From ef5cb2f751d69ed30f7a8d268c2e5ad6386545d7 Mon Sep 17 00:00:00 2001 From: Jiaxiang Chen Date: Tue, 13 Feb 2024 10:57:05 -0800 Subject: [PATCH] UPDATE_KOTLIN_VERSION: 2.0.0-Beta4 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5b966bc5e5..d52e940281 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-Beta3 +kotlinBaseVersion=2.0.0-Beta4 agpBaseVersion=7.2.0 intellijVersion=213.7172.25 junitVersion=4.13.1