Skip to content

Commit

Permalink
Correct koin import
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Dec 12, 2023
1 parent 9d8c535 commit 6ef9129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kaluga-library-components/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ object Dependencies {

object Koin {
private const val group = "io.insert-koin"
private const val version = "3.5.1"
private const val androidVersion = "3.5.1"
private const val composeVersion = "3.5.1"
private const val version = "3.5.0"
private const val androidVersion = "3.5.0"
private const val composeVersion = "3.5.0"
val Android = Dependency(group, "koin-android", androidVersion)
val AndroidXCompose = Dependency(group, "koin-androidx-compose", composeVersion)
val Core = Dependency(group, "koin-core", version)
Expand Down

0 comments on commit 6ef9129

Please sign in to comment.