Join Slack
Powered by
Is there an equivalent for the Kotlin compiler to ...
# compiler
j
Jonathan Lennox
04/26/2024, 5:23 PM
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.
5
Views
Open in Slack
Previous
Next