Skip to content

Commit a596637

Browse files
committed
update to Kotlin 2.0
1 parent 75aa799 commit a596637

File tree

2 files changed

+3
-3
lines changed

2 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=1.9.22
1+
kotlinCompilerVersion=2.0.0
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
ksp = "1.9.23-1.0.20"
2+
ksp = "2.0.0-1.0.23"
33
kotlinJupyter = "0.12.0-139"
44

55
ktlint = "12.1.1"
66

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

0 commit comments

Comments
 (0)