I have a static linked dll, a .lib file, and heade...
# kotlin-native
s
I have a static linked dll, a .lib file, and header file, right now I can import headers with cinterop, how to make the kotlin native output link the DLL inside executable, are there any examples?