我有一个需要从 android 和 iOS 使用的 C++ 库,所以我的想法是创建一个多平台模块,该模块将包装该库以从两个实现中使用它。
另一方面,我看到了一个示例,其中 kotlin native 使用了 C 代码: https ://theprogrammershangout.com/resources/kotlin/native/creating-c-bindings.md/
还有这个来自 kotlin 文档: https ://kotlinlang.org/docs/native-c-interop.html
是否有可能使这种互操作性与 jvm 和 iOS 一起工作?