diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3077af0..4e370ec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index c13b29e..e4d1e94 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -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") } } }