KMP-ObservableViewModel
KMP-ObservableViewModel copied to clipboard
SavedStateHandle support
Fixes #52
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?
Thanks! Unfortunately it's still a WIP, so no ETA at the moment.
https://android-review.googlesource.com/c/platform/frameworks/support/+/3176247 😊