Skip to content

Commit 3675a6f

Browse files
remove kdf plugin from samples
1 parent f398edf commit 3675a6f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spark = "3.3.2"
7474
multik = "0.2.3"
7575

7676
# todo remove and use kotlin version instead
77-
dataframePlugin = "2.2.20-Beta1"
77+
dataframePlugin = "2.2.20-Beta2"
7878

7979
[libraries]
8080
ksp-gradle = { group = "com.google.devtools.ksp", name = "symbol-processing-gradle-plugin", version.ref = "ksp" }

samples/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ plugins {
2323
alias(kotlin.jvm)
2424
alias(korro)
2525
alias(ktlint)
26-
alias(dataframePlugin)
26+
// Doesn't work for now: https://github.com/Kotlin/dataframe/issues/1432
27+
//alias(dataframePlugin)
2728
// alias(kover)
2829
alias(ksp)
2930
}

0 commit comments

Comments
 (0)