-
**Describe the bug**
I have the KMP network module with structure like this:
```
shared:network/
├── commonMain/
│ └── com/
│ └── example/
│ └── network/
│ ├── …
-
Replace Dagger-Hilt with Koin
-
Using koin annotations in a multi module setup with platform specific koin modules fails to compile with
`Expected class KoinNativeModule does not have default constructor`
I've added a test pr…
-
**Describe the bug**
In Android, if system kills the application process or activity, previous state can be restored back when user returns to the application with the help of SavedStateHandle. Saved…
-
**Describe the bug**
i have previously reported an issue regarding mixing of "normal" koin for android views and koin for compose [here](https://github.com/InsertKoinIO/koin/issues/1362)
as the issu…
-
Hello,
In the [AndroidX Startup: Optimized Loading blog post](https://blog.insert-koin.io/koin-4-0-official-release-f4827bbcfce3), it's mentioned that using onKoinStartup:
"reduces load times by…
-
**Describe the bug**
When I trying to bind multiple instances to different generic interfaces `I`, koin returns all instances of `I` ignoring generic type ``
**Koin module and version:**
`koin-…
-
In the same package and gradle module:
```
@Module
@ComponentScan
class Sources
```
and
```
@Single
open class Preferences(
private val prefs: SharedPreferences //
-
**Describe the bug**
In a Compose Multiplatform project the app crashes on startup when using version `4.0.0-RC1` for the `io.insert-koin.koin-compose-viewmodel` dependency.
Stacktrace:
```
Exce…
-
Hi,
Crashlytics reports some kind of crashes (I think related to the [issue](https://github.com/WalletConnect/WalletConnectKotlinV2/issues/859))
**Entry point:**
`CoreClient.initialize(...)`
*…