jLock
jLock
Seems to be a breaking change with the latest release of com.google.protobuf:protobuf-java, currently this code ``` @Target(AnnotationTarget.CLASS) annotation class KrotoDC( val forProto: KClass ) ``` breaks to due to a...
**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...