We have Android SDK application on Kotlin and native NDK on C++
And it will be really helpful to us at least share data classes between SDK and NDK, maybe share some business logic, if Kotlin Native would work side by side with C++ code like Kotlin JVM working with Java.
Actually it’s a big pain now to pass some complicated data structures between SDK and NDK using JNI
Also I’m curios how Kotlin Native would help with JNI