Hi guys, am in the process of learning Kotlin mult...
# multiplatform
a
Hi guys, am in the process of learning Kotlin multiplatform platform and C interop, am looking for a working example where the code runs for both android and iOS. Example, a hello world string returned from C++ and displayed on both android and iOS. preferably excluding any Swift and CocoaPods
here is a working hello world sample, it runs on both Android and iOS https://github.com/antonymken/native-kmm
y
why is this example is not part of the documentation? how did you come up with this
i couldn’t get it to compile for ios yet