I'm looking to replace a couple of chunk of native...
# kotlin-native
g
I'm looking to replace a couple of chunk of native code with kotlin native, and am wondering if I get any wins on my current mess of
dllexport
and
extern "C"
and
Native.loadLibrary
business
j
You probably want dynamic output then wrap with JNA