Hey! Do you support Compose Desktop?
# orbit-mvi
e
Hey! Do you support Compose Desktop?
g
Don’t know if this answers your question, but I’ve used orbit in a project sharing VM between Android, iOS and Desktop: https://github.com/GuilhE/Expressus • Compose Multiplatform • SwiftUi
Orbit doesn’t impose and UIKit it’s up to you.
m
👋 Here's our roadmap: https://github.com/orgs/orbit-mvi/projects/1/views/1?layout=board Right now we only support iOS and Android platforms, but we are going to be working on adding support for more. Orbit is fairly platform agnostic, so it shouldn't be a problem to use it with Compose Desktop. I think the biggest thing to figure out there would be lifecycle management. You have ViewModels on Android, but other than that we're going to be looking at how other platforms manage the lifecycle and what we can do to make it easier to integrate with Orbit.
e
Thanks for the clarification!
m
If compose multiplatform has some form of lifecycle management it would be great to integrate with it!