How should i handle interfaces when I export a KN ...
# kotlin-native
p
How should i handle interfaces when I export a KN project as a c library? If my function expects a property of a certain interface it does not allow me to cast the property I need to that interface. Is there another way that I have overlooked?
a
p
Thanks, that's what I was looking for!