Is there an equivalent for the Kotlin compiler to `javac -h`? I need to write a JNI wrapper around ...
j
Is there an equivalent for the Kotlin compiler to
javac -h
? I need to write a JNI wrapper around some C++ code, and I'd rather write it in Kotlin than Java if possible. I know about
external
, but I'd want header files too.