Skip to content

Commit

Permalink
reverting to api
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Nov 15, 2024
1 parent eca1b28 commit 9e01d34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion kermit-io/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kotlin {
commonMain.dependencies {
implementation(project(":kermit-core"))

implementation(libs.kotlinx.datetime)
api(libs.kotlinx.datetime)
api(libs.kotlinx.io)
implementation(libs.coroutines)
}
Expand Down
1 change: 0 additions & 1 deletion samples/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ kotlin {
val mobileMain by creating {
dependsOn(commonMain.get())
dependencies {
implementation(libs.kotlinx.datetime)
implementation("co.touchlab:kermit-io:${KERMIT_VERSION}")
}
}
Expand Down

0 comments on commit 9e01d34

Please sign in to comment.