Join Slack
Powered by
Would I be able to define a top level function in ...
# kotlin-native
r
redrield
09/01/2017, 2:24 AM
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
olonho
09/01/2017, 9:31 AM
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
Open in Slack
Previous
Next