-
Enable KLib ABI validation with the version `0.16.2` and dump KLib ABIs, `apiCheck` works on my local device but CI:
```
* What went wrong:
Execution failed for task ':compose-multiplatform:libra…
-
A fair amount of knowledge should be required, but nowhere is it mentioned what operations are needed to build the environment or in everyday development.
It might be nice if the README.md was placed…
-
### I am interested in helping provide a feature!
Yes
### Which generators are impacted?
- [X] All
- [ ] Angular
- [ ] HTML
- [ ] Qwik
- [ ] React
- [ ] React-Native
- [ ] Solid
- [ ] Stencil
- [ ]…
-
Since osmdroid is a great openstreet map library for android.As the multiplatform popularity is growing up, we need osmdroid to run on multiplatform and also on compose multiplatform.
-
Thank you for developing this fantastic library. I’d like to use circuit-retained with Jetpack Navigation (or JetBrains Compose Multiplatform Navigation) without needing to set up a composition local …
-
This is a nice project!
I am wondering if these components could support [JetBrains/compose-multiplatform](https://github.com/JetBrains/compose-multiplatform)
-
Compose multiplatform is now in alpha - https://blog.jetbrains.com/kotlin/2023/05/compose-multiplatform-for-ios-is-in-alpha/ and we can all use it to simplify and reduce the maintenance costs of not j…
-
Declare subprojects in `settings.gradle` like:
```groovy
include(
":sample",
":compose-multiplatform:library",
":compose-multiplatform:sample"
)
```
the structure should be:
…
-
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.