KMP-ObservableViewModel icon indicating copy to clipboard operation
KMP-ObservableViewModel copied to clipboard

Library to use AndroidX/Kotlin ViewModels with SwiftUI

Results 16 KMP-ObservableViewModel issues
Sort by recently updated
recently updated
newest added

[Compose for iOS](https://github.com/JetBrains/compose-multiplatform/#readme) just got Alpha yesterday. Is there any way that this library will support shared view model that can be used in the shared module in compose Multiplatform...

First of all, many thanks for your efforts in creating KMM-ViewModel :) Are there any plans on providing integration of any kind with SavedStateHandle and Parcelize? In our project we...

I'm not sure if this is an issue with `Kotlin/Native` itself but I have a BaseViewModel with generic type `T` which is used to construct a stateflow: ```kotlin abstract class...

It would be nice to provide an example with MVI architecture and declarative UI for both Android and iOS.

Hi Rick, first of all great work. I'm using Compose for iOS in my KMM project hence I can't use this library currently. So do you have any date/month in...

- Bump actions, some of them are deprecated. - Use more [gradle/gradle-build-action@v2](https://github.com/gradle/gradle-build-action) to cache Gradle. - Enable more Gradle flags.