aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Yuan Huang <laszio@google.com>2023-10-24 13:01:57 -0700
committerlaszio <ting-yuan@users.noreply.github.com>2023-10-24 13:56:08 -0700
commitd94417836c8912071e946dc5d464999f26752012 (patch)
tree77edb6c7d173586dcef4af18b4c8c27e01bb2d63
parent5378891d87aeb381d066162d9aab8b0a6a3733d5 (diff)
downloadksp-d94417836c8912071e946dc5d464999f26752012.tar.gz
UPDATE_KOTLIN_VERSION: 1.9.20-RC2
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 75f4f835..4bde135e 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-RC
+kotlinBaseVersion=1.9.20-RC2
agpBaseVersion=7.0.0
intellijVersion=213.7172.25
junitVersion=4.13.1