Is there a way to define custom structs in kotlin?...
# kotlin-native
m
Is there a way to define custom structs in kotlin? I tried following https://kotlinlang.org/docs/mapping-struct-union-types-from-c.html#next-steps but it only says how to define them as C structs in the .def file
🚫 1