Improve interop user experience and docs (#342)

This commit is contained in:
Nikolay Igotti
2017-03-15 17:25:10 +03:00
committed by GitHub
parent e67d9d4065
commit f3794aa206
7 changed files with 105 additions and 17 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ Then build the compiler:
After that you should be able to compile your programs like that:
./dist/bin/konanc hello.kt -o hello
./dist/bin/kotlinc hello.kt -o hello
For an optimized compilation use -opt:
./dist/bin/konanc hello.kt -o hello -opt
./dist/bin/kotlinc hello.kt -o hello -opt
For some tests, use: