https://kotlinlang.org logo
e

Evgeniy Zhelenskiy

07/18/2023, 8:16 AM
Hey! Do you support Compose Desktop?
g

Guilherme Delgado

07/18/2023, 9:37 AM
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

Mikolaj Leszczynski

07/18/2023, 10:17 AM
👋 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

Evgeniy Zhelenskiy

07/18/2023, 6:35 PM
Thanks for the clarification!
m

Mikolaj Leszczynski

07/18/2023, 6:36 PM
If compose multiplatform has some form of lifecycle management it would be great to integrate with it!
2 Views