I’m trying to build a Kotlin/native app for Androi...
# kotlin-native
r
I’m trying to build a Kotlin/native app for Android that accesses my own C library via cinterop. Any suggestions about a good example/sample to use? I’m currently trying to modify this one: https://github.com/JetBrains/kotlin-native/tree/master/samples/androidNativeActivity
I think the part I’m missing is how to get the libMyLib.so file I created to be installed in the .apk and then loaded from the kotlin main function.