Skip to content

Commit a8650d8

Browse files
committed
Replace koin-ktor3 with new koin-ktor artifact
1 parent 013b6ab commit a8650d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ junit = { module = "junit:junit", version.ref = "junit" }
6565
kmpnotifier = { module = "io.github.mirzemehdi:kmpnotifier", version.ref = "kmpnotifier" }
6666
koin-compose-viewmodel-navigation = { module = "io.insert-koin:koin-compose-viewmodel-navigation", version.ref = "koin" }
6767
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
68-
koin-ktor = { module = "io.insert-koin:koin-ktor3", version.ref = "koin" }
68+
koin-ktor = { module = "io.insert-koin:koin-ktor", version.ref = "koin" }
6969
koin-slf4j = { module = "io.insert-koin:koin-logger-slf4j", version.ref = "koin" }
7070
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
7171
kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "coroutines" }

0 commit comments

Comments
 (0)