-
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…
-
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…
-
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
- […
-
**Describe the bug**
Registering two interfaces with the same name, but from different namespaces (e.g. `TestClass1.SameName` and `TestClass2.SameName`) always returns the last of the registered impl…
-
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
- […
-
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 =…
-
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
- […
-
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
- […
-
After wiping app data, uninstalling and installing app I get:
```
org.koin.core.error.InstanceCreationException: Could not create instance for '[Singleton:'android.content.SharedPreferences']'
a…
-
**Describe the bug**
Unable to provide the Dependecy via constructor of module or component,
I need to provide the ApplicationEnvironment, so it can be consumed in this as well as other module
…