Skip to content

Commit 35cf4d9

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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

1212
libsPublisher = "1.8.10-dev-43"
1313

1414
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
1515
# dogfood Gradle / KSP plugins in tests and idea-examples modules
16-
dataframe = "0.13.1"
16+
dataframe = "0.14.0-dev"
1717

1818
# TODO 0.1.6 breaks kotlinter (which is no longer in use), https://github.com/Kotlin/dataframe/issues/598
1919
korro = "0.1.5"
@@ -55,7 +55,7 @@ plugin-publish = "1.2.1"
5555
shadow = "8.1.1"
5656
android-gradle-api = "7.3.1" # Can't be updated to 7.4.0+ due to Java 8 compatibility
5757
ktor-server-netty = "2.3.8"
58-
kotlin-compile-testing = "1.5.0"
58+
kotlin-compile-testing = "1.6.0"
5959
duckdb = "0.10.0"
6060

6161
[libraries]

0 commit comments

Comments
 (0)