Join Slack
Powered by
I'm looking to replace a couple of chunk of native...
# kotlin-native
g
groostav
10/30/2018, 10:38 PM
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
jkbbwr
10/30/2018, 10:40 PM
You probably want dynamic output then wrap with JNA
2
Views
Open in Slack
Previous
Next