how would I go about using native targets from a j...
# multiplatform
a
how would I go about using native targets from a jvm module? I want to implement a few functions natively for each platform, but the main target is jvm
l
You'll have to use either JNI or JNA. You can use Kotlin/Native or C on the native side.