Skip to content

Commit

Permalink
[fix-kermit] Export kermit simple to swift
Browse files Browse the repository at this point in the history
  • Loading branch information
melbic committed Apr 23, 2024
1 parent 62628d3 commit 2335c67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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")
api("co.touchlab:kermit:$versions_kermit")
implementation("co.touchlab:kermit:$versions_kermit")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$json_serialization_version")
}

Expand All @@ -78,9 +78,11 @@ 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 {
api("co.touchlab:kermit-simple:$versions_kermit")
}

sourceSets["iosSimulatorArm64Main"].dependsOn(sourceSets["iosMain"])
Expand Down

0 comments on commit 2335c67

Please sign in to comment.