Minor fixes

This commit is contained in:
Nikolay Igotti
2017-04-03 17:22:30 +03:00
parent a553768067
commit ac37d95ff1
6 changed files with 59 additions and 9 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
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.
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
or an executable for target.