-
I am getting following error when I use with multiplatform + jetpack compose multiplatform + multiModule application.
I have a common:ui module which has resources/MR/base/strings.xml and another f…
-
After the download is complete, it would be appreciated if a button could be added to the pop-up window; dragging this button would be equivalent to dragging the downloaded file, allowing users to mov…
-
I've cloned the repo and run the `main()` function in `desktopMain`. After successfully building, the app crashes with the following exception at runtime:
```
Exception in thread "main" java.lang.…
-
**Description:**
Add support for JetBrainsRuntime Java distribution https://github.com/JetBrains/JetBrainsRuntime/
**Justification:**
I build a desktop app using Compose Multiplatform, and the be…
-
We typically do Compose Multiplatform development and target both Android and Desktop, and sometimes only desktop.
Therefore many times we would already have Java installed in out Dev Container setup…
-
It's not possible to render composables on top of the WebView on desktop (using JCEF or KCEF. Android/iOS are unaffected). Any composable, even popups or context menus, will be clipped by it.
This …
-
Hello, Im trying to use this library to create an app for android and windows, when I set the dependency, the gradle works fine in android but in windows I recived the following message: Execution fai…
-
I am testing now with iOS simulator. My UI like this I have home page, and home page scrolling infinity with products sections, each section contains video ads. Android working fine when I scroll to v…
-
https://zenn.dev/istyle/articles/eca6ccf62ae759
-
### What is the user problem or growth opportunity you want to see solved?
The current codebase consists of a mix of Java and Kotlin, which introduces inconsistencies and can make the code harder to …