is my memory correct when it says that kotlin nati...
# kotlin-native
e
is my memory correct when it says that kotlin native doesn’t work with c++ shared libs?
m
yes, afaik only C
o
not exactly, library could be written in C++, but its interface shall be represented in form of C or extern "C" functions
e
I was thinking of playing with kotlin native and unity. anyone tried that yet?