jni-library-sample
jni-library-sample copied to clipboard
Use `javaCompile.options.headerOutputDirectory`
JavaCompile
already supports generating JNI headers. We should use the built-in support in the sample instead of rolling our own command line. See these changes in native-platform
: https://github.com/gradle/native-platform/pull/78.