-
**Describe the bug**
Shared Composables from compose Multiplatform are not appearing when i use them in Scrollable Views, but it render correctly when i add them in a static stack, this case happend …
-
For development, this is required:
https://github.com/JetBrains/compose-multiplatform/blob/master/tutorials/Accessibility/Windows.md#enabling-java-accessibility-on-windows
For native distributed a…
-
**Describe the bug**
compose-multiplatform: examples: ImageViewer: The function of sharing a picture in iOS ends with an infinite loop.
**Affected platforms**
- compose-multiplatform: examples: …
-
It's good to have ability to use Compose Multiplatform resources, described [in this article](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-images-resources.html#resource-usage), in …
-
Compose 1.6.0
When iOS keyboard appears, the whole app recomposes. It most probably happens because in https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/compose/ui/ui/src/uikitMa…
-
**Describe the bug**
When creating a compose-multiplatform library and using the library in a compose app, the resouces are not working for iOS and Web (K/wasm). More details on this are in the stack…
-
It will help us to notice regressions when users run release builds in their projects.
For example, recently, we encountered [this issue](https://github.com/JetBrains/compose-multiplatform/issues/3…
-
**Describe the problem**
After updating to compose multiplatform 1.6.0 and adjusting the code:
```diff
- Window(title = "App") {
+ CanvasBasedWindow(
+ title = "App",
+ canvasElementId…
-
Although Skia should be able to be run on musl (instead of glibc), Skiko does not appear to be built for musl and only GNU/Linux. This means that it does not work on Alpine-based distros such as postm…
-
I have code like this:
```kotlin
Box(Modifier.fillMaxSize().imePadding(), contentAlignment = Alignment.BottomCenter) {
NewTodoItemButton {
// ...
}
}
```
...that is nested in…