Skip to content

Commit a68d10d

Browse files
neetopiating-yuan
authored andcommitted
UPDATE_KOTLIN_VERSION: 1.7.20-dev-2312
(cherry picked from commit 8b6a79a)
1 parent 0349622 commit a68d10d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copied from kotlinc
22
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8
33

4-
kotlinBaseVersion=1.7.20-dev-1687
4+
kotlinBaseVersion=1.7.20-dev-2312
55
agpBaseVersion=7.0.0
66
intellijVersion=203.8084.24
77
junitVersion=4.12

kotlin-analysis-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Kotlin Symbol Processing implementation using Kotlin Analysis API
22

33
val intellijVersion: String by project
44
val junitVersion: String by project
5-
val analysisAPIVersion = "1.7.20-dev-474"
5+
val analysisAPIVersion = "1.7.20-dev-2312"
66
val libsForTesting by configurations.creating
77

88
plugins {

0 commit comments

Comments
 (0)