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 5b9e1a9 commit 1f08fbcCopy full SHA for 1f08fbc
build.gradle.kts
@@ -158,7 +158,7 @@ val modulesUsingJava11 = with(projects) {
158
dataframeGeoJupyter,
159
examples.ideaExamples.titanic,
160
examples.ideaExamples.unsupportedDataSources,
161
- //samples,
+ // samples,
162
plugins.dataframeGradlePlugin,
163
)
164
}.map { it.path }
settings.gradle.kts
@@ -12,7 +12,7 @@ include("plugins:symbol-processor")
12
include("plugins:expressions-converter")
13
include("plugins:kotlin-dataframe")
14
include("plugins:public-api-modifier")
15
-//include("samples")
+// include("samples")
16
include("dataframe-json")
17
include("dataframe-arrow")
18
include("dataframe-openapi")
0 commit comments