Skip to content

Commit

Permalink
Bump Koin version so we don't need to care about the stately dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Mar 14, 2024
1 parent 7c9b321 commit 9f4b44e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android-targetSdk = "34"
androidx-activity-compose = "1.8.2"
androidx-media-exoplayer = "1.2.1"
jetbrains-compose = "1.6.0"
koin = "3.5.3"
koin = "3.5.4-RC1"
koin-compose = "1.1.2"
precompose = "1.5.10"
kamel-image = "0.9.2"
Expand Down
3 changes: 0 additions & 3 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ kotlin {
}
iosMain.dependencies {
implementation(libs.ktor.client.ios)
// FIXME This is just to fix a Kotlin/Native compilation issue until Koin has updated their dependencies.
// https://github.com/cashapp/sqldelight/issues/4357#issuecomment-1839905700
implementation("co.touchlab:stately-common:2.0.5")
}
}
}
Expand Down

0 comments on commit 9f4b44e

Please sign in to comment.