but I can't get the correct syntax for gradle to b...
# chicago
b
but I can't get the correct syntax for gradle to build the lib when building the JNI classes…
m
You using Kotlin Gradle DSL or Groovy?
b
Kotlin DSL
I found a way to build the lib with gradle, forcing cpp-library to give the good arguments to g++ so I get my .so
I just have to make a dependency of my kotlin program task with that task
and find eventually a way to put the library inside the jar
other than that is is freaking fast, the vendor program takes 5min, mine takes 0.8s 😄