How are you supposed to create view models (which ...
# multiplatform
s
How are you supposed to create view models (which feed the UI) which have their own scope (like in Android) in a Compose Multiplatform app?
a
If you search in the history of the channel, you'll see similar questions, like this one: https://kotlinlang.slack.com/archives/C3PQML5NU/p1690806795304549
s
Well while trying KMM-VM i was not able to see lots of features that android viewmodel have where as in moko mvvm i was able to see all the features native android has so, i suggest you to go for moko mvvm
m
But this one only work for Android and iOS what if I want to implement for all platforms