*Are there any libraries out there to assist with ...
# ios
d
Are there any libraries out there to assist with consuming SwiftUI
@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.