Skip to content

Commit f06a8e7

Browse files
authored
api(deps.koin.core)
1 parent 03bf001 commit f06a8e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ kotlin {
7070
export(deps.napier)
7171
export(deps.kmpViewModel.core)
7272
export(deps.kmpViewModel.savedState)
73+
export(deps.koin.core)
7374
}
7475
}
7576

@@ -156,7 +157,7 @@ kotlin {
156157
iosSimulatorArm64Main.dependsOn(this)
157158

158159
dependencies {
159-
implementation(deps.koin.core)
160+
api(deps.koin.core)
160161
implementation(deps.ktor.darwin)
161162
implementation(deps.ktor.core)
162163
}

0 commit comments

Comments
 (0)