Hello everyone! I am working on an old Android only project that we want to turn it into KMP to support iOS, too. We had a good progress in building the KMP project, replacing Java specific codes with KMP counterparts, etc.. There are cases we need to implement natively such as listening to location changes. The
Expected and actual declarations doc talks about Expected and actual implementation. I am looking for a way (flow like) that the native code (Android, iOS) broadcasts a message/object and the common module listens (or receive the broadcasted message/object). Is there any document that help me to implement this case?
thank you color