Hello, any example for using ViewModel in the shar...
# multiplatform
a
Hello, any example for using ViewModel in the shared layer which has state flow?
a
You'll have to wrap the
stateFlow
inside an Adapter class to be able to consume it in iOS
j
Recommend using following for doing that https://github.com/rickclephas/KMP-NativeCoroutines
a
thank you guys ^^, super power
By using
KaMPKit
, how tricky it is if we want to support for Desktop and Web later?
k
It should be easy, you just need to add the desktop dependency and I think everything should work, you can even share compose views between android and desktop