From d1924986536c711042cf8e59b5c202364deab79b Mon Sep 17 00:00:00 2001 From: Jiaxiang Chen Date: Mon, 18 Dec 2023 12:09:36 -0800 Subject: [PATCH] Reapply "UPDATE_KOTLIN_VERSION: 1.9.30-dev-1098" This reverts commit 0eb6f4c60069e7b9ed3b652a16263aa87718db78. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 920fc3c51d..f9538122aa 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=1.9.21 +kotlinBaseVersion=1.9.30-dev-1098 agpBaseVersion=7.0.0 intellijVersion=213.7172.25 junitVersion=4.13.1