Can we access the JNI via Kotlin? (where is the `n...
# announcements
a
Can we access the JNI via Kotlin? (where is the
native
keyword)
f
It's called
external
in Kotlin
There's this (admittedly old) example on Github : https://github.com/fuzzdota/kotlin-jni-example