Skip to content

Commit

Permalink
chore(deps): update koin dependencies
Browse files Browse the repository at this point in the history
 - Update koin-core to version 4.0.1 and add koin-annotations 2.0.0-Beta3. Modify dependencies in gradle build files accordingly.
  • Loading branch information
hanrw committed Jan 1, 2025
1 parent e23ec00 commit ca17268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ kotlin {
api(libs.bundles.ktor.client)
// di
api(libs.koin.core)
api(libs.koin.annotations)
}

commonTest.dependencies {
Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ app-cash-turbine = "1.0.0"
gradle-kotlinter = "4.2.0"

# DI
koin-core = "4.0.0"
koin-core = "4.0.1"
koin-annotations = "2.0.0-Beta3"

# plugins
touchlab-skie = "0.9.2"
Expand Down Expand Up @@ -95,6 +96,7 @@ ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "kto

#di-libraries
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin-core" }
koin-annotations = { module = "io.insert-koin:koin-annotations", version.ref = "koin-annotations" }
koin-core-jvm = { module = "io.insert-koin:koin-core-jvm", version.ref = "koin-core" }
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin-core" }
koin-test-junit5 = { module = "io.insert-koin:koin-test-junit5", version.ref = "koin-core" }
Expand Down

0 comments on commit ca17268

Please sign in to comment.