Are there any examples of using gradle to build JN...
# gradle
z
Are there any examples of using gradle to build JNI for Kotlin JVM? Android gradle plugin has a nice cmake gradle dsl but I cant find anything like that for gradle on the JVM
z
oh interesting. I notice that it hasn't had any recent development though, not sure if that's gonna be a problem
@ephemient Do you know how I would go about publishing a library using this plugin? I'm unsure how to do different architecture artifacts
z
Oh ok. I also thought maybe I could support android too somehow?
e
Android requires a whole different packaging structure, via
aar
instead of binaries embedded inside
jar
. you should probably use the Android tooling to do that
z
@ephemient do you happen to know of any existing examples of using nokee alongside the kotlin multiplatform plugin? it doesnt seem to be compatible. im thinking its gonna need some extra configuration to get them to play along nicely