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 c3a2a33 commit df43a05Copy full SHA for df43a05
dataframe-arrow/build.gradle.kts
@@ -26,6 +26,7 @@ dependencies {
26
implementation(libs.kotlin.datetimeJvm)
27
28
testImplementation(libs.junit)
29
+ testImplementation(projects.dataframeJson)
30
testImplementation(libs.kotestAssertions) {
31
exclude("org.jetbrains.kotlin", "kotlin-stdlib-jdk8")
32
}
dataframe-geo/build.gradle.kts
@@ -47,6 +47,7 @@ dependencies {
47
implementation(libs.ktor.serialization.kotlinx.json)
48
49
testImplementation(kotlin("test"))
50
51
52
53
tasks.withType<KotlinCompile>().configureEach {
0 commit comments