rickclephas / KMP-ObservableViewModel

Library to use AndroidX/Kotlin ViewModels with SwiftUI
MIT License
569 stars 29 forks source link

SavedStateHandle support #56

Open rickclephas opened 8 months ago

rickclephas commented 8 months ago

Fixes #52

jadar commented 2 months ago

This is a really neat solution. I like that it doesn't re-implement @Parcelize like other solutions have, while it also mirrors the very familiar SavedStateHandle API. Any idea when it will be merged?

rickclephas commented 2 months ago

Thanks! Unfortunately it's still a WIP, so no ETA at the moment.