Skip to content

Commit e3d0e01

Browse files
enable kdf plugin
1 parent 3215c43 commit e3d0e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/build.gradle.kts

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

0 commit comments

Comments
 (0)