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
Landry Norris
05/31/2023, 12:45 AM
You'll have to use either JNI or JNA. You can use Kotlin/Native or C on the native side.