Join Slack
Powered by
but I can't get the correct syntax for gradle to b...
# chicago
b
bjonnh
11/20/2020, 8:23 PM
but I can't get the correct syntax for gradle to build the lib when building the JNI classes…
m
mattmoore
11/21/2020, 10:42 PM
You using Kotlin Gradle DSL or Groovy?
b
bjonnh
11/21/2020, 10:58 PM
Kotlin DSL
bjonnh
11/21/2020, 10:58 PM
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
bjonnh
11/21/2020, 10:59 PM
I just have to make a dependency of my kotlin program task with that task
bjonnh
11/21/2020, 10:59 PM
and find eventually a way to put the library inside the jar
bjonnh
11/21/2020, 10:59 PM
other than that is is freaking fast, the vendor program takes 5min, mine takes 0.8s 😄
2
Views
Open in Slack
Previous
Next