Tim Malseed
09/02/2021, 10:36 PMmylib.a
. Now, I'd like to include that library in a KMP jvm desktop application.
I know I need to call System.loadLibrary("myLib")
, but what I'm not sure about, is where the mylib.a
file needs to reside. Does it need to be extracted into .so
files first? How can I make the static native lib available to java?ephemient
09/02/2021, 10:39 PMTim Malseed
09/02/2021, 10:40 PMephemient
09/02/2021, 10:40 PMTim Malseed
09/03/2021, 12:22 AM