rickclephas / KMP-ObservableViewModel

Library to use AndroidX/Kotlin ViewModels with SwiftUI
MIT License
569 stars 29 forks source link

Question: Support for Compose Multiplatform Mobile #29

Open EchoEllet opened 1 year ago

EchoEllet commented 1 year ago

Compose for iOS just got Alpha yesterday. Is there any way that this library will support shared view model that can be used in the shared module in compose Multiplatform without having to access it in native Android (jetpack compose and android lifecycles) and iOS (swift and swift ui)

So, is there any chance this project will continue with those changes?

Also see this

rickclephas commented 1 year ago

Hi! Support for Compose (Multiplatform) is definitely on my radar. However at the moment I don't have an ETA.