Aregev2
07/28/2018, 10:34 AMAregev2
07/28/2018, 10:34 AMmsink
07/28/2018, 12:34 PMgildor
07/28/2018, 12:50 PMAregev2
07/28/2018, 1:50 PMspierce7
07/28/2018, 2:40 PMrusshwolf
07/28/2018, 4:04 PMcinterop
tool is for? eg the gradle plugin can create an interop
library to wrap your c code and then you can build a klib library that depends on it.svyatoslav.scherbina
07/30/2018, 7:08 AM.klib
by specifying staticLibraries = /path/to/static.a
in the .def
file you use in 2)Aregev2
07/30/2018, 7:51 AMmsink
07/30/2018, 10:09 AM.klib
. Only make kotlin lib depend on cinterop one - it works, but it is still two separate libs.svyatoslav.scherbina
07/30/2018, 10:16 AM.klib
, but what do you need this for?Aregev2
07/30/2018, 10:56 AMsvyatoslav.scherbina
07/30/2018, 11:16 AMmsink
07/30/2018, 11:50 AM.klib
I have to assign two names - for example libui.klib
for cinterop, and libui-ktx.klib
for my wrappers.svyatoslav.scherbina
07/30/2018, 1:16 PM