koin-annotations
koin-annotations copied to clipboard
Koin Annotations - About Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform insert-koin.io
Basically, I want to be able to use annotations but still be able to not have the required injections available in my gradle module. The problem right now is that...
**Describe the bug** When using `@Single` with extension function `koin-annotations` generates invalid code, ignoring the reciever. **To Reproduce** Steps to reproduce the behavior: 1. Create module with `@Module` 2. Create...
**Describe the bug** i got an compilation error in task: `compileDebugKotlinAndroid', which costs a mount of time to find out the way to solve. i still cannot find the stable...
**Describe the bug** Continuation of bug https://github.com/InsertKoinIO/koin-annotations/issues/240 When using star projection generics, bug as reported in 240 reproduces: **To Reproduce** Definition: `@Scope(name = TASK_REQUEST_SCOPE) @Scoped(binds = [IDTaskRunnerSvc::class]) fun loadTaskRunnerService( @InjectedParam...