Hi, is it currently possible to reference Kotlin n...
# multiplatform
n
Hi, is it currently possible to reference Kotlin native (.klib) library directly from commonMain? It is a simple .klib that uses c interop to access plain c function below without any platform specific dependencies. I would like to use that function in both iOS/Android trough common main. I have already started a discussion here with some further links and questions: https://discuss.kotlinlang.org/t/kotlin-multiplatform-mobile-and-c-interop/20487 Would be great is someone can take a look 🙂
👍 2