Skip to content

Commit

Permalink
Fix logger in shared part
Browse files Browse the repository at this point in the history
  • Loading branch information
melbic committed Apr 23, 2024
1 parent 12de730 commit ecac6b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-datetime:$datetime_version")
api("org.reduxkotlin:redux-kotlin-threadsafe:$versions_redux_kotlin")
api("org.reduxkotlin:redux-kotlin-thunk:$versions_redux_kotlin_thunk")
implementation("co.touchlab:kermit:$versions_kermit")
api("co.touchlab:kermit:$versions_kermit")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$json_serialization_version")
}

Expand All @@ -78,7 +78,6 @@ kotlin {
implementation("com.google.android.play:core:$versions_play_core")
implementation("com.google.android.play:core-ktx:$versions_play_core_ktx")
api("org.jetbrains.kotlinx:kotlinx-datetime:$datetime_version")
api("co.touchlab:kermit:$versions_kermit")
}

sourceSets["iosMain"].dependencies {
Expand Down

0 comments on commit ecac6b9

Please sign in to comment.