aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Yuan Huang <laszio@google.com>2024-02-28 13:13:26 -0800
committerlaszio <ting-yuan@users.noreply.github.com>2024-02-28 18:48:58 -0800
commitd8de681d9855443a43c082b164563fdbc9c1cb18 (patch)
tree35d52e872c097c6b3068f2aed43f38b41fd756b4
parentac186ab2fe8c197bc32f088a2cd3f3e4a9c02adb (diff)
downloadksp-upstream-1.0.18-release.tar.gz
Downgrade Kotlin to 1.9.22upstream-1.0.18-release
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 2900da43..7e215142 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-Beta4
+kotlinBaseVersion=1.9.22
agpBaseVersion=7.2.0
intellijVersion=213.7172.25
junitVersion=4.13.1