Skip to content

Commit dde53cb

Browse files
committed
updating kotlinpoet to 1.18.1
1 parent bd6e9da commit dde53cb

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

generator/gradle.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
kotlinCompilerVersion=2.0.20
2-
3-
# 1.15.0+ breaks with NoSuchMethodException: 'java.io.File com.squareup.kotlinpoet.FileSpec.writeTo(java.io.File)'
4-
kotlinPoetVersion=1.14.2
2+
kotlinPoetVersion=1.18.1

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ kotlinJupyter = "0.12.0-139"
44

55
ktlint = "12.1.1"
66

7-
# make sure to sync manually with :generator module
7+
# make sure to sync both manually with :generator module
88
kotlin = "2.0.20"
9-
kotlinpoet = "1.16.0"
10-
dokka = "1.9.20"
9+
kotlinpoet = "1.18.1"
1110

11+
dokka = "1.9.20"
1212
libsPublisher = "1.8.10-dev-43"
1313

1414
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,

0 commit comments

Comments
 (0)