We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0349622 commit a68d10dCopy full SHA for a68d10d
gradle.properties
@@ -1,7 +1,7 @@
1
# Copied from kotlinc
2
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8
3
4
-kotlinBaseVersion=1.7.20-dev-1687
+kotlinBaseVersion=1.7.20-dev-2312
5
agpBaseVersion=7.0.0
6
intellijVersion=203.8084.24
7
junitVersion=4.12
kotlin-analysis-api/build.gradle.kts
@@ -2,7 +2,7 @@ description = "Kotlin Symbol Processing implementation using Kotlin Analysis API
val intellijVersion: String by project
val junitVersion: String by project
-val analysisAPIVersion = "1.7.20-dev-474"
+val analysisAPIVersion = "1.7.20-dev-2312"
val libsForTesting by configurations.creating
8
plugins {
0 commit comments