Files
kotlin-fork/FAQ.md
T
2017-04-19 22:10:47 +03:00

371 B

Q: How do I run my program?

A: Define top level function fun main(args: Array<String>), please ensure it's not in a package.

Q: How do I create shared library?

A: It is not possible at the moment. Currently Kotlin/Native could be used to produce either Kotlin/Native own library format, which can be statically linked with application or an executable for target.