Would I be able to define a top level function in ...
# kotlin-native
r
Would I be able to define a top level function in kotlin native, compile it as a library, and call that function from some other programming language?
o
This mode of operations is planned, but not yet implemented, but one could produce bitcode with
-produce bitcode
compile and link it with LLVM tools, however we do not suggest doing so