How do I implement and use Kotlin/Native libraries without a maven repository in gradle? The library will be provided in (.def), .dll/.so/.dylib, .h and .klib files according to the documentation.
b
Big Chungus
05/15/2021, 6:49 PM
You need cinterops. Google on that
t
Toby
05/15/2021, 6:52 PM
For what purpose is the .klib file when it's not used in this topic?
b
Big Chungus
05/15/2021, 6:52 PM
Klib is just other kotlin native libs distributed via maven repos