Oleksandr Karpovich
Oleksandr Karpovich
Currently, ThreadContextElement interface is available only for jvm and it has 2 functions: 1st invoked before a coroutine is resumed, 2nd invoked after that coroutine is suspended. These functions should...
It's a mere copy/paste from jvm sources + 2 common tests to showcase how `ThreadContextElement` can be used (similar to Compose Runtime needs). It's desirable to have some common CoroutineContext.Element...
https://github.com/JetBrains/androidx/pull/261 - workaround stacktrace: ``` e: java.lang.IllegalStateException: IdSignature clash: androidx.compose.foundation/indication|-6020993510235733934[0]; Existed declaration FUN name:indication visibility:public modality:FINAL ($receiver:androidx.compose.ui.Modifier, interactionSource:androidx.compose.foundation.interaction.InteractionSource, indication:androidx.compose.foundation.Indication?) returnType:androidx.compose.ui.Modifier clashed with new FUN name:indication visibility:public modality:FINAL ($receiver:androidx.compose.ui.Modifier, interactionSource:androidx.compose.foundation.interaction.InteractionSource, indication:androidx.compose.foundation.Indication?)...
> Hello, did you consider onload event to be part of the “standard” set? It’s available for , , , , , , , and probably most useful on img?
Originally reported here: https://kotlinlang.slack.com/archives/C01F2HV7868/p1660836369631249 > In compose-jb 1.2.0-alpha01-dev755 with Web/Canvas/Skiko, I'm getting a symbol resolution error today Module "androidx.compose.foundation:foundation" has a reference to symbol [...] EmptyLazyGridLayoutInfo. It did work a...
Currently these tests fail. They pass if the compose compiler is built with this fix in PR https://github.com/JetBrains/compose-multiplatform-core/pull/428 We'll merge this PR when we have a compiler plugin published with...
**Describe the bug** Initially, the error was: ``` e: java.lang.IllegalStateException: IdSignature clash: ... ``` But the WA was applied: ``` tasks.withType().configureEach { kotlinOptions.freeCompilerArgs += listOf( "-Xklib-enable-signature-clash-checks=false", ) } ``` and...
The user had an issue when an app binary built and signed on CI didn't run locally: > $ /Applications/MyApp.app/Contents/MacOS/MyApp > Error occurred during initialization of VM > Could not...