-
How to make init firebase in compose multiplatform
-
### Description
I've got an actions script which merges two Docker images together for multiplatform builds, which works fine, but conflicts when it has multiple tags.
Removing this from the meta…
-
Hello!
Hope you are fine!
Im getting this error at build console when I rebuild or make the compose multiplatform project from android studio:
Tasks:
> Task :composeApp:linkReleaseFrameworkIos…
-
Having a screen such as
```kotlin
@Parcelize
data object Static : StaticScreen
@CircuitInject(Static::class, AppScope::class)
@Composable
fun StaticUi(screen: Static, modifier: Modifier) {} …
-
I already have a kotlin multiplatform app built using KMP and Compose Multiplatform.
In one screen of the app, I want to run a small korge game but I'm unable to figure out the setup.
-
It would be nice to support Compose Multiplatform so this library can be used in Compose Web (wasm) and Desktop.
Any plans to do this?
-
Gesture with two finger - zoom gesture.
Ios simulator can simulate it gesture by hold alt/opt button and slide mouse.
Zoom in MapComposeMP not work(
I cant check it on physical device.
Xcode 15.1
…
-
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…
-
Hello,
I'm a Kotlin technical writer at JetBrains, currently working on updating the [Kotlin Multiplatform samples page](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-sample…
-
Is it possible to use Compose Multiplatform UI in Flutter?