jni-library-sample icon indicating copy to clipboard operation
jni-library-sample copied to clipboard

Use `javaCompile.options.headerOutputDirectory`

Open wolfs opened this issue 5 years ago • 0 comments

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.

wolfs avatar Jan 31 '20 10:01 wolfs