-
**Describe the bug**
I'm trying to use the [Module.verify()](https://insert-koin.io/docs/reference/koin-test/verify/) method to validate a module, but it seems to fail if a constructor is overloaded …
-
**Describe the bug**
Cannot build with `ksp.useKSP2=true`.
The getter for `shortName` fails at [this line](https://github.com/InsertKoinIO/koin-annotations/blob/aaafd1078ff09bc2c5b09c38c03f16027c5…
-
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
- […
-
### SQLDelight Version
2.0.1
### Operating System
macOS Sonoma 14.3
### Gradle Version
8.4
### Kotlin Version
1.9.22
### Dialect
dont know
### AGP Version
8.2.1
###…
-
**Is your feature request related to a problem? Please describe.**
Hi there,
Koin is a popular dependency injection framework for Kotlin. However, many developers struggle with the latest synt…
-
i have two kmp module composeApp、common . composeApp dependencies common.
there has koin Module in common
```
@Module
expect class CommonNativeModule
```
and AppModule in composeApp
```
@Modul…
-
**Describe the bug**
This test throws:
```kotlin
import com.mongodb.kotlin.client.coroutine.MongoClient
import org.koin.core.annotation.KoinExperimentalAPI
import org.koin.dsl.module
import or…
-
It's nice to have a filter for excluding the interface which has a default implementation
E.g
```kotlin
package org.koin.core.component
import org.koin.core.Koin
import org.koin.core.parameter.…
hanrw updated
2 months ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
Thes…
-
Hi, I am trying to set up the preview of the viewmodels. I am following the example from https://github.com/InsertKoinIO/koin/issues/1705.
```
@Preview
@Composable
fun MyScreenPreview() {
S…