Skip to content

Commit 35cdcce

Browse files
android depedencies fix
1 parent ad7decd commit 35cdcce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/android-example/app/build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,9 @@ dependencies {
7878
debugImplementation(libs.androidx.ui.test.manifest)
7979

8080
// TODO update version
81-
implementation("org.jetbrains.kotlinx:dataframe:1.0.0-dev-7831")
81+
// 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")
8286
}

0 commit comments

Comments
 (0)