From cc17ef0dc5255fa21f5be76680c75640e016026a Mon Sep 17 00:00:00 2001 From: mkmuir0 Date: Tue, 28 Jan 2025 10:43:44 -0700 Subject: [PATCH] Update gradle.properties to Kotlin 2.1.10 Stable --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0cd209b70a..413fdad17b 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.10-RC2 +kotlinBaseVersion=2.1.10 agpBaseVersion=7.3.1 agpTestVersion=8.7.1 intellijVersion=233.13135.128