Relative Content

Tag Archive for gradle-kotlin-dslproject-panamajava-native-library

Gradle Java include native library (Project Panama)

I’ve a rust library that I want to call from Java.
I’ve managed to create the corresponding .h-file and extract from that the Java bindings.
As long as my project structure looks like the following, I can access the c-function when compiling and starting the program with