Skip to content

Commit

Permalink
api(deps.koin.core)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Mar 23, 2024
1 parent 03bf001 commit f06a8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/build.gradle.kts
Expand Up @@ -70,6 +70,7 @@ kotlin {
export(deps.napier)
export(deps.kmpViewModel.core)
export(deps.kmpViewModel.savedState)
export(deps.koin.core)
}
}

Expand Down Expand Up @@ -156,7 +157,7 @@ kotlin {
iosSimulatorArm64Main.dependsOn(this)

dependencies {
implementation(deps.koin.core)
api(deps.koin.core)
implementation(deps.ktor.darwin)
implementation(deps.ktor.core)
}
Expand Down

0 comments on commit f06a8e7

Please sign in to comment.