Thomas LEVAVASSEUR
Results
2
comments of
Thomas LEVAVASSEUR
Hi, I was expecting an array of `$[0].name` and `$[-1:].name` (which works with your lib) but I can do with this syntax `$[0,-1].name` (I hadn't tried this one until now)....
still present in 4.0.0-RC2 indeed the code remains the same since 3.5.3 : ``` /** * Current Koin Scope */ @OptIn(KoinInternalApi::class) val LocalKoinScope: ProvidableCompositionLocal = compositionLocalOf { getDefaultKoinContext().apply { warnNoContext()...