-
I'm looking for an API to be able to load audio files bundled with app. Or at least to be able to pass in a ByteArray of content to play. Looking into the docs and the source code, the only option was…
-
This is blocking the release of compose-cupertino 0.2.0-alpha05 which will enable support for compose-multiplatform 1.7.0
I've got one PR to breakdown the components to help with debugging: https:/…
-
This ticket is something like the master ticket to coordinate development on an iOS port of StreetComplete. It replaces #1892 which also included a lot of discussion and research / observation wor…
-
Getting a crash on iOS after updating to latest Compose and Kotlin
```
kotlin.native.internal.IrLinkageError: Function 'UIKitView' can not be called: No function found for symbol 'androidx.compose…
-
My KMP project is targetting, Android, Ios, Desktop and JS(IR) Web Assembly for the Browser .
When i add library in commonMain, It failed with following error.
It their any workaround to preven…
-
**Is your feature request related to a problem? Please describe.**
Adding support for Compose Multiplatform would be a valuable enhancement, especially considering JetBrains's significant investment …
-
Kotlin version: 1.9.21
Compose-version: 1.5.4
Voyager version: 1.0.0
I am using Voyager for navigation in my Compose Multiplatform project. Everything works well, but when I add voyager-tab-navig…
-
When adding analytics to project, there is some linking issue with Xcode. My setup works fine for other libraries (like auth, firestore, storage even messaging), but not for analytics. Any help would …
-
Hi
There isn't any image cropper library for compose multiplatform (jvm, android, ios, ...).
You created base of compose code and just need to change some code for compose multiplatform.
It will be…
-
This repository will become the shared core between the desktop and the mobile app using Kotlin Multiplatform. Currently, the app is written using React Native, slowly I will move back to Native like …