Skip to content

Commit 9c80ba8

Browse files
committed
update to kotlin 2.0.20
1 parent 5be47cb commit 9c80ba8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

generator/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kotlinCompilerVersion=2.0.0
1+
kotlinCompilerVersion=2.0.20
22

33
# 1.15.0+ breaks with NoSuchMethodException: 'java.io.File com.squareup.kotlinpoet.FileSpec.writeTo(java.io.File)'
44
kotlinPoetVersion=1.14.2

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlinJupyter = "0.12.0-139"
55
ktlint = "12.1.1"
66

77
# make sure to sync manually with :generator module
8-
kotlin = "2.0.0"
8+
kotlin = "2.0.20"
99
kotlinpoet = "1.16.0"
1010
dokka = "1.9.10"
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
kotlin.code.style=official
2-
kotlinVersion=2.0.20-RC2
2+
kotlinVersion=2.0.20

0 commit comments

Comments
 (0)