aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Yuan Huang <laszio@google.com>2024-04-29 11:15:30 -0700
committerlaszio <ting-yuan@users.noreply.github.com>2024-04-29 16:23:10 -0700
commit431ade70e5d3bdd525443063ec71b626b9ef4d85 (patch)
tree3b230bdbecd55d2351a48df8c18dd1fa3b86c32c
parent9eabdf71f2779970065ffb887083028759629653 (diff)
downloadksp-upstream-1.0.20-release.tar.gz
UPDATE_KOTLIN_VERSION: 2.0.0-RC2upstream-1.0.20-release
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index b5855d6a..4cd5b54c 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-RC1
+kotlinBaseVersion=2.0.0-RC2
agpBaseVersion=7.2.0
intellijVersion=213.7172.25
junitVersion=4.13.1