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 fe6716e commit d8c4bc1Copy full SHA for d8c4bc1
core/build.gradle.kts
@@ -212,10 +212,6 @@ korro {
212
include("src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/*.kt")
213
}
214
215
- outputs = fileTree(project.projectDir) {
216
- include("outputs/")
217
- }
218
-
219
groupSamples {
220
221
beforeSample.set("<tab title=\"NAME\">\n")
tests/build.gradle.kts
@@ -48,10 +48,6 @@ korro {
48
49
50
51
52
53
54
55
56
57
0 commit comments