-
**Describe the bug**
We get occasional crashes when using `koin-androidx-workmanager` to inject our worker classes. It seems like this is a continuation of #1623.
```
Fatal Exception: java.lang.…
-
**Is your feature request related to a problem? Please describe.**
Not a runtime feature request but document, I was looking into an old version project which uses Koin 3.2 and want to check some api…
-
**Describe the bug**
I'm using Koin in my Compose Multiplatform project and trying to keep as much as possible in `commonMain`, so I'm using `KoinApplication(...)` in my top layer composable function…
-
**Describe the bug**
I have been trying to figure out why my screenModel retains its state and data after the screen is popped and the screenModel should be disposed, I have my screen defined as this…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
When running kotlin in IntelliJ, code that is generated in either ksp or kapt processors (e.g. dagger, or custom ksp) are not attached in a way that IJ can see them. They compile, but redline. This a…
-
**Describe the bug**
1. Koin module verification fails when initialize class in definition block.
2. For CompositeDisposable dependency should add following extra types:
```kotlin
listOf(
Ite…
-
**Describe the bug**
Our project has 90+ modules, where 38 use Koin. After finishing the migration to Koin Annotations, we enabled the flag in all modules, and an issue arises when a module requires …
-
Replace Dagger-Hilt with Koin
-
Hello everyone! In my test project, I am trying to implement Navigator Scoped ViewModel so that when the navigator on the screen is destroyed, the ViewModel is also destroyed. However, when I try to d…