Bino
08/10/2022, 7:43 AMval resources = File(System.getProperty("compose.application.resources.dir")).parent
System.load(File(resources, "libutil.dylib").absolutePath)
But I don’t know how I can access it..dylib
isn’t an issue. But I don’t know, how to access it via an JNI or c-interop call from inside kotlin.rnett
08/10/2022, 10:54 PMLandry Norris
08/11/2022, 12:50 AMBino
08/11/2022, 8:44 AMJNIEXPORT
and JNICALL
to the library to get access from outside.🎉