I've experimented with `-nomain` parameter to `kon...
# kotlin-native
m
I've experimented with
-nomain
parameter to
konanc
but it still expects a library to provide
main
function
n
You need to
nomain
and
nolink
o
Currently, one way to go is to produce bitcode with konanc, compile it to .o file with llc and link with your application.