Can i leverage compose runtime on kotlin multiplat...
# compose
s
Can i leverage compose runtime on kotlin multiplatform iOS targets via
expect / actual
?
b
Not yet. You'd be better of sharing your ViewModels across the two, and using SwiftUI on iOS. It's very similar to Compose so it should be straightforward to share