Skip to content

Commit

Permalink
Koin 3.5.5 / 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Apr 11, 2024
1 parent 0ccfc11 commit 2af10be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions projects/core/koin-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ kotlin {
sourceSets {
commonMain.dependencies {
api(project(":core:koin-core"))
//TODO remove in 3.6
implementation(libs.kotlin.test)
}
jvmMain.dependencies {
implementation(kotlin("reflect"))
Expand Down
4 changes: 2 additions & 2 deletions projects/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ org.gradle.parallel=true
kotlin.code.style=official

#Koin
koinVersion=3.5.4
koinComposeVersion=1.1.3
koinVersion=3.5.5
koinComposeVersion=1.1.4

#Compose
composeCompiler=1.5.10
Expand Down

0 comments on commit 2af10be

Please sign in to comment.