anyone worked with C inerop on both iOS and Androi...
# multiplatform
t
anyone worked with C inerop on both iOS and Android through KMP? are there some docs or something I can follow?
g
C interop for Android?
do you want to use K/N for Android? It should work the same If you want to use Kotlin JVM, it will not work, there is no interop between Kotlin JVM and K/N and C except using JNI (and there is no tooling to generate it even for Kotlin Native code)
t
KN for android, OK I will take a closer look at the official guide
g
K/N for Android should work the same, as I understand
t
there is no official cinterop for Android (or JVM) yet. But android has the NDK.
t
got it thank you