icerockdev / moko-mvvm

Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
994 stars 95 forks source link

mokoMvvmFlowSwiftUI support for macOS #241

Open 19lmyers opened 1 year ago

19lmyers commented 1 year ago

Hello, I noticed that the SwiftUI bindings aren't available on macOS. Would it be possible to support macOS, or is it not possible?

Alex009 commented 1 year ago

i think it should be possible. you can just copy-paste swift code now to your project and use with macos https://github.com/icerockdev/moko-mvvm/tree/master/mvvm-flow/apple/xcode/mokoMvvmFlowSwiftUI

19lmyers commented 1 year ago

That's what I did and it works, thanks.