Xebia - Building an advanced Kotlin library with C & native platforms by Salomon Brys - YouTube▾
The presenter goes over the steps that are required to get Kotlin working with JNI and C Libs:
Write Kotlin Facade
Generate Headers
Write C++ implementation
Write CMake File
Configure Gradle
This is quite complex setup to get C...