koin icon indicating copy to clipboard operation
koin copied to clipboard

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform

Results 458 koin issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After bumping to BOM 4.0.0 we are seeing these messages being logged when using Compose on Android `[Warning] - No Compose Koin context setup, taking default. Use...

- Icon for `koin-core-viewmodel-navigation` fixed; - Missing `koin-test-junit5` added; - Table formatting fix; - Whitespaces in snippets. Before: ![obraz](https://github.com/user-attachments/assets/512b45c5-2c5e-40ce-a08e-53f121588fcd) After: ![obraz](https://github.com/user-attachments/assets/bf686214-c18c-497a-a5ac-d67f2e6b2cbd)

**Describe the bug** StackTrace : After adding the `koin-startup` on my application, I face some crashs on startup after releasing the application on the play store ``` Fatal Exception: java.lang.RuntimeException:...

important 🔥

**Describe the bug** I'm using Koin Annotations. I have a NetworkModule class, and when I assemble the APK, I get an error when the return type is currently nullable string....

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 inject...

**Describe the bug** In ktor when i want to inject a class inside my Route I'm getting exception: Exception in thread "main" java.lang.NoClassDefFoundError: io/ktor/server/routing/RoutingKt at org.koin.ktor.ext.RouteExtKt.getKoin(RouteExt.kt:74) Here is my code:...

Stack trace getCachedJsObject is not defined ReferenceError: getCachedJsObject is not defined at kotlin.wasm.internal.getCachedJsObject_$external_fun (webpack-internal:///./kotlin/composeApp.uninstantiated.mjs:120:78) at .kotlin.wasm.internal.getCachedJsObject_$external_fun__externalAdapter (http://localhost:8080/composeApp.wasm:wasm-function[13334]:0x42d258) at .kotlin.wasm.internal.externRefToAny (http://localhost:8080/composeApp.wasm:wasm-function[13296]:0x42cfd1) at .kotlin.wasm.internal.jsToKotlinAnyAdapter (http://localhost:8080/composeApp.wasm:wasm-function[13295]:0x42cfa4) at .com.easygauta.sdui.main (http://localhost:8080/composeApp.wasm:wasm-function[71290]:0x9046ad) at .kotlin.wasm.internal.mainCallsWrapper (http://localhost:8080/composeApp.wasm:wasm-function[71302]:0x90c4b3) at...

**Describe the bug** After updating to version 4.0.0, by using the androidContext() function in Koin config it throws java.lang.NoSuchMethodError but without using this function it seems everything works properly. **To...

**Describe the bug** This may be a hacky thing to do, but with Koin 3 I had an example of declaring a singleton for an externally created instance by way...