Skip to content

Commit

Permalink
➕ Add kotlinx-io dep to filekit-core
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceglb committed Oct 12, 2024
1 parent 61cd4e9 commit c202e5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filekit-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ kotlin {
sourceSets {
commonMain.dependencies {
implementation(libs.kotlinx.coroutines.core)
api(libs.kotlinx.io)
}

val nonWebMain by creating {
Expand All @@ -58,6 +59,7 @@ kotlin {
dependsOn(nonWebMain)
dependencies {
implementation(libs.androidx.activity.ktx)
implementation("androidx.documentfile:documentfile:1.0.1")
}
}
jvmMain.get().dependsOn(nonWebMain)
Expand Down

0 comments on commit c202e5a

Please sign in to comment.