Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update to Kotlin 2.0
  • Loading branch information
Jolanrensen committed Jul 25, 2024
commit 35cf4d9d18e0155e2c90a09a4619d1540eefeace
2 changes: 1 addition & 1 deletion generator/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlinCompilerVersion=1.9.22
kotlinCompilerVersion=2.0.0

# 1.15.0+ breaks with NoSuchMethodException: 'java.io.File com.squareup.kotlinpoet.FileSpec.writeTo(java.io.File)'
kotlinPoetVersion=1.14.2
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
ksp = "1.9.23-1.0.20"
ksp = "2.0.0-1.0.23"
kotlinJupyter = "0.12.0-139"

ktlint = "12.1.1"

# make sure to sync manually with :generator module
kotlin = "1.9.22"
kotlin = "2.0.0"
kotlinpoet = "1.16.0"
dokka = "1.9.10"

libsPublisher = "1.8.10-dev-43"

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

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

[libraries]
Expand Down