Thomas LEVAVASSEUR
Thomas LEVAVASSEUR
Considering I have 2 components in root scope : ```mermaid graph LR subgraph ROOT SCOPE COMP5 ...->|by inject| COMP6 end ``` class COMP5 { val comp6 by inject() } Any...
**Describe the bug** You can override a global single using a scope but you cannot do that with another scope linked to the first one doing this because of the...
**Describe the bug** The issue was present in 3.4.X : ``` @Composable inline fun koinInject( qualifier: Qualifier? = null, scope: Scope = LocalKoinScope.current, noinline parameters: ParametersDefinition? = null, ): T...
using the path `$[0,-1:].name` on ``` [ { "name": "name1" }, { "name": "name2" }, { "name": "name3" }, { "name": "name4" }, ] ``` returns the 4 `name`s. Compared...
### Ktorfit version 2.5.2 ### What happened and how can we reproduce this issue? If you try to convert a `List` into a non `Iterable` type then the generated code...