Skip to content

Commit

Permalink
Fix #2108 adding missing bom for Ktor3
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Jan 7, 2025
1 parent dc0e047 commit dd0a045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/bom/koin-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies {
api(project(":core:koin-test-junit5"))

api(project(":ktor:koin-ktor"))
api(project(":ktor:koin-ktor3"))
api(project(":ktor:koin-logger-slf4j"))

api(project(":android:koin-android"))
Expand Down

0 comments on commit dd0a045

Please sign in to comment.