It looks like `ViewModel` is being migrated to mul...
# decompose
d
It looks like
ViewModel
is being migrated to multiplatform, will future decompose versions add support for this? https://issuetracker.google.com/issues/214568825#comment3
👀 1
I think this will be one of the first steps of making androidx navigation multiplatform
a
Decompose might migrate to AndroidX
Lifecycle
, as it should become multiplatform soon as well. But I have doubts about
ViewModel
. I'm really happy with the `StateKeeper`/`InstanceKeeper` APIs.
👍 4
The thing is that we would also need to migrate to
SavedStateHandle
, but I really dislike the API.