-
Latest builds of JetBrains Compose support native iOS and macOS targets. Let's try to add it to `extensions-compose-jetbrains` module. Since it's far from stable, a separate branch seems reasonable.
…
-
Hi, do you know some open source projects that uses this lib? I'm interested how to manage the kotlin native with swift UI
-
I have used compose multi-platform for sharing ui between android and iOS in my KMM library. I am using Precompose for handling navigation. The problem is that whenever I push my module's viewContro…
-
**Name of the Codelab or Codelab URL**
[Android Kotlin Fundamentals: LinearLayout using the Layout Editor](https://developer.android.com/codelabs/kotlin-android-training-linear-layout)
**Describ…
-
I'm using `2.1.0-compose-experimental-beta-01` version
Targetting Android, iOS and JVM/Desktop platforms
shared gradle
```
val commonMain by getting {
dependencies {
api(Deps.d…
-
I am implementing amplify for my kotlinmultimodule application and I am separating my modules from android library modules and java library modules. I am placing the my generated models into a domain …
-
rt
-
When creating a ViewModel in a parent view and passing the reference to a child view which wraps it with any of the property wrappers from `KMM-Viewmodel`, the app crashes on a rerender of the child…
-
I've been trying out PreCompose ViewModel, Navigation and Koin Integration.
I somehow managed to setup all correctly. But, when running on iOS, the build fails with some error:
error: kotlin.Not…
-
The library is not generating the correct @property for the defined StateFlow.
Is there a script or command that needs to be executed for the correct code to be generated?