Diego
10/06/2020, 3:46 PMCFlow
to be able to consume streams of data on Swift passed from Kotlin Multiplatform but, how can I pass streams of data from Swift to Kotlin Multiplatform? My idea is to define an interface with a single method in Kotlin Multiplatform which has to be implemented by a Swift class. The interface is supposed to be injected wherever I need it in the Kotlin Multiplatform side. I need a stream I can cancel if needed. Any ideas?