I seem to be having trouble generating the headers...
# kotlin-native
c
I seem to be having trouble generating the headers. "fatal error: 'helperlib/helperlib.h' file not found"
o
generating headers is similar to running C compiler, it need to be able to find place where helperlib.h is,
-compilerOpts -Idir_where_it_is
may help