-
Using this `implementation("network.chaintech:compose-multiplatform-media-player:1.0.26")` or this version `implementation("network.chaintech:compose-multiplatform-media-player:1.0.16")`
Syncs perf…
-
This is what I get in my iOS app. On Android it works.
`Uncaught Kotlin exception: org.koin.core.error.InstanceCreationException: Could not create instance for '[Factory: 'app.presentation.AppViewM…
-
**Describe the bug**
I have crash only in wasm part of project. Same code works well on android and desktop.
Log:
`Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
…
-
**Describe the bug**
```
Could not resolve io.insert-koin:koin-ksp-compiler:1.4.0-RC4
No matching variant of io.insert-koin:koin-ksp-compiler:1.4.0-RC4 was found. The consumer was configured to f…
-
kotlin = "2.0.21"
koin-bom = "4.0.0"
# Koin
koin-bom = { module = "io.insert-koin:koin-bom", version.ref = "koin-bom" }
koin-core = { module = "io.insert-koin:koin-core" }
koin-ktor = { module = …
-
**Describe the bug**
**To Reproduce**
I followed the documentation https://insert-koin.io/docs/reference/koin-annotations/kmp configuration but it doesn't work properly
```log
e: [ksp] --> Mis…
-
Hello!
I encountered a problem while integrating Koin for dependency injection in a Kotlin Multiplatform Mobile (KMM) project with modularization. Specifically, the issue arises on iOS when trying to…
-
### How frequently does the bug occur?
Sometimes
### Description
Many of our users are facing a lot of ANRs on app launch. This happens when Koin dependencies are injected on Application onCr…
-
This was first encountered as a bug when using https://github.com/InsertKoinIO/koin-annotations (based on KSP), but the maintainer believes this is a KSP issue (https://github.com/InsertKoinIO/koin-an…
-
I'm trying to build a project with the following versions:
```toml
[versions]
agp = "8.2.2"
android-compileSdk = "34"
android-minSdk = "28"
android-targetSdk = "34"
androidx-activityCompose =…