I'm trying to write a JNI method on Kotlin, but ca...
# announcements
p
I'm trying to write a JNI method on Kotlin, but can't find the correct syntax for it. So far I've a class with a method like this:
@JvmStatic fun flush(mp3buf: ByteArray): Int