Ivan Matkov

Results 108 comments of Ivan Matkov

Partially fixed in https://github.com/JetBrains/compose-multiplatform-core/pull/915. That change doesn't fix "z-order" itself, but changes a way to "clip the hole" for an interop component, so the content above it won't be affected...

Great. The current state will work if it's displayed at the same time. https://github.com/JetBrains/compose-multiplatform-core/pull/1145 - will solve the situation in a more generic way. Closing as the original issue is...

> it seems that there's some problem with SKIA library Yes, Compose relies on skia library under the hood. SKIA uses ICU library for Unicode support, but it's [built with...

Tracking multi-modules support request here: #4229

@vladyslavv-ua This issue is web-specific, it cannot be the same on Desktop. Yes, open a new one please.

@siftoshka already merged - https://github.com/JetBrains/compose-multiplatform-core/pull/1044

I guess it was solved a while ago, closing

Thanks for everyone's input and participation in this issue. This has been a feature request for the `includeFontPadding` functionality in Compose Multiplatform. The necessity for this property arises primarily from...

Let me try to summarize this thread. ### Android Jetpack Compose behavior `rememberSaveable` relies (via a few abstraction layers) on system's [`Saved instance state`](https://developer.android.com/topic/libraries/architecture/saving-states#options) mechanism. From the documentation: | |...