darkmoon_uk
11/09/2024, 1:51 AM@State
changes as a Kotlin Flow
?
I've reviewed SKIE docs, but that whole suite seems very much focused on bridging data flow in the Kotlin --> Swift direction.
I'm going the other way: Developing most of my UI in Compose Multiplatform but with an 'unfortunate' need to use some SwiftUI components that produce data I need to consume back into Kotlin: SwiftUI --> Kotlin.
General SwiftUI embedding is covered here in the official KMP docs; but ergonomic bridging of SwiftUI @State
changes that be be observed in Kotlin seem to fall outside its scope.