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 ad7decd commit 35cdcceCopy full SHA for 35cdcce
examples/android-example/app/build.gradle.kts
@@ -78,5 +78,9 @@ dependencies {
78
debugImplementation(libs.androidx.ui.test.manifest)
79
80
// TODO update version
81
- implementation("org.jetbrains.kotlinx:dataframe:1.0.0-dev-7831")
+ // Core Kotlin DataFrame API & JSON IO.
82
+ // See custom Gradle setup:
83
+ // https://kotlin.github.io/dataframe/setupcustomgradle.html
84
+ implementation("org.jetbrains.kotlinx:dataframe-core:1.0.0-dev-7831")
85
+ implementation("org.jetbrains.kotlinx:dataframe-json:1.0.0-dev-7831")
86
}
0 commit comments