There was an error while loading. Please reload this page.
1 parent 75aa799 commit a596637Copy full SHA for a596637
generator/gradle.properties
@@ -1,4 +1,4 @@
1
-kotlinCompilerVersion=1.9.22
+kotlinCompilerVersion=2.0.0
2
3
# 1.15.0+ breaks with NoSuchMethodException: 'java.io.File com.squareup.kotlinpoet.FileSpec.writeTo(java.io.File)'
4
kotlinPoetVersion=1.14.2
gradle/libs.versions.toml
@@ -1,11 +1,11 @@
[versions]
-ksp = "1.9.23-1.0.20"
+ksp = "2.0.0-1.0.23"
kotlinJupyter = "0.12.0-139"
5
ktlint = "12.1.1"
6
7
# make sure to sync manually with :generator module
8
-kotlin = "1.9.22"
+kotlin = "2.0.0"
9
kotlinpoet = "1.16.0"
10
dokka = "1.9.10"
11
0 commit comments