hey, I'm playing around with getting my project to...
# kotlin-native
s
hey, I'm playing around with getting my project to work on windows (which it does with shared libs, yay!) but: if I try to create a klib for a static library, the resulting kt file doesn't contain any functions (altough I checked the static lib, it definitly contains obj files, and to me it seems that they are complete). any idea what could cause this?
o
what exactly are you trying to achieve?
s
@olonho just wanted to see if I could build my project against a static library, but this is just for fun and not something I need at the moment