From 9e8ffc2e95fe3c251add4f6b662709bb0f25234b Mon Sep 17 00:00:00 2001 From: mkmuir0 Date: Thu, 6 Mar 2025 14:03:12 -0800 Subject: [PATCH] Update gradle.properties 1.0.31-release: bump to Kotlin 2.1.20-RC2 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b824b9ab52..1b392a595a 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.1.20-RC +kotlinBaseVersion=2.1.20-RC2 agpBaseVersion=8.10.0-alpha03 intellijVersion=233.13135.128 junitVersion=4.13.1