aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Yuan Huang <laszio@google.com>2023-10-11 16:22:00 -0700
committerlaszio <ting-yuan@users.noreply.github.com>2023-10-11 17:14:47 -0700
commit93bc55319acfd5eb0e0d1aec3b6af00e717f73ba (patch)
tree95606b881d291c478c386a06f1b2a06106b04d37
parent4787ae113960f3af2a22d616ff50f10083a6538f (diff)
downloadksp-93bc55319acfd5eb0e0d1aec3b6af00e717f73ba.tar.gz
UPDATE_KOTLIN_VERSION: 1.9.20-RC
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index b5bc34d9..75f4f835 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.20-Beta2
+kotlinBaseVersion=1.9.20-RC
agpBaseVersion=7.0.0
intellijVersion=213.7172.25
junitVersion=4.13.1