Oleksandr Karpovich
Oleksandr Karpovich
Reproduced with 1.6.10-rc01 too.
What do you mean by UI generation? Compose Multiplatform requires writing some code in Kotlin in order to create and display some UI elements/views. Perhaps these links can help you:...
I think it's possible to implement Compose code generator, but Compose Multiplatform doesn't have this feature itself and it won't have it. Perhaps, Large Language Models might be helpful here....
The observed behaviour is the same on Android, so it's inherited from Jetpack Compose. From InteractionSource docs: > A common use case is androidx.compose.foundation.indication, where androidx.compose.foundation.Indication implementations can subscribe to...
Compose Multiplatform 1.7.0-dev1721 is out and it contains the Fonts fallback provider change: https://github.com/JetBrains/compose-multiplatform-core/pull/1400 (please take a look to see a usage example). That version of Compose for Web can...
It seems the Linux [issue](https://github.com/JetBrains/compose-multiplatform/issues/2058) is still in the backlog. We'll revise it during the next planning.
Failing CI is okay in this branch - this branch contains only compiler plugin related changes.
Thank you for giving it a try :) You've pointed out valid issues. Touch events are not cosumed by compose-web-canvas at all, so it's a TODO item. As for slow...
Marking it as a regression, because there is no issue when using kotlin 1.9.2x My guess is that the issue could be on Kotlin side, but only an investigation can...