-
Currently, Compose Multiplatform does not verify drawables' attributes during the build.
The drawable from #3301 fails in runtime with Compose Multiplatform non-Android targets:
```
Exception in …
-
**Describe the problem**
I was testing public examples in this repo and noticed that [visual effects example](https://github.com/JetBrains/compose-multiplatform/tree/v1.5.1/examples/visual-effects) h…
-
Similar to https://github.com/JetBrains/compose-multiplatform/issues/2823
We need a template that supports only iOS and Android, because removing the other targets isn't easy right now, but they ma…
-
I am facing a UI issue on Android. I am using an edge-to-edge feature provided at androidx.activity.enableEdgeToEdge and handling the window insets myself. Everything is fine but when I rotate my devi…
-
I'm trying to move my existing android app to be multiplatform. I've been using the multiplatform template here as a reference AND the multiplateform code generated from the intellij wizard... but the…
-
Where is the source code for the library used in the examples? Such as `chaintech.videoplayer.ui.audio`
-
If there are both Japanese and Latin characters in the same text, and the text has a bold style, then the Japanese characters are not rendered in bold.
In my case, I am making a compose multiplatfo…
-
Compose 1d73c9c4, Windows
1. `System.setProperty("compose.layers.type", "WINDOW")`
2. Open MPP Demo - Components - material3 - AlertDialog
3. Resize the main windows
Sometimes the dialog conte…
-
Hi,
I wonder if you could enable "Discussion" on this Github repo. For example, this request would fit better there than as an issue.
Originally, my question is about V1.4
I see that all featu…
-
**Describe the bug**
I'm using ExposedDropdownMenuBox in Compose multi platform. It works fine in Android but somehow its not working on ios. I cannot see DropdownMenuItems but I can select something…