aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiaxiang Chen <jiaxiang@google.com>2024-04-04 12:53:38 -0700
committerJiaxiang Chen <roaringacw@gmail.com>2024-04-04 17:19:23 -0700
commitcdce1978a1794d11791978406e92fbef45feab2d (patch)
tree379098ef0299eb6670ec5d6a16e655c462fcebda
parent4d5849a3a57c16a4a8570629cdf1a1db3935fbb3 (diff)
downloadksp-cdce1978a1794d11791978406e92fbef45feab2d.tar.gz
Revert "Downgrade Kotlin to 2.0.0-Beta4"
This reverts commit abc46684131ad71e21a8fde4d9d9c246ddbd26a3.
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index f6c88962..5e6be7b5 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=2.0.0-dev-15455
agpBaseVersion=7.2.0
intellijVersion=213.7172.25
junitVersion=4.13.1