Does kotlin-native provide a way to export a struc...
# kotlin-native
m
Does kotlin-native provide a way to export a struct as named symbol? (or alternatively, include cpp sources that link with the kotlin/native code) I already tried to add the struct to a .def file, but it doesn't get exported again by the compiler.