We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3215c43 commit e3d0e01Copy full SHA for e3d0e01
samples/build.gradle.kts
@@ -23,8 +23,8 @@ plugins {
23
alias(kotlin.jvm)
24
alias(korro)
25
alias(ktlint)
26
- // Doesn't work for now: https://github.com/Kotlin/dataframe/issues/1432
27
- // alias(dataframePlugin)
+ // Doesn't work properly for now: https://github.com/Kotlin/dataframe/issues/1432
+ alias(dataframePlugin)
28
// alias(kover)
29
alias(ksp)
30
}
0 commit comments