43b3902a0f3d48248b0198db8b01e0b006f004bb
evaluateExpression
* Do not encode `Unit`- and `Nothing`-typed values as `null`; make `evaluateExpression` return type not nullable. * Evaluate only expressions, not statements. * Reduce usage of recursive visiting in `CodeGeneratorVisitor` because it usually leads to errors.
Kotlin-native backend
Download dependencies:
./gradlew dependencies:update
Then build the compiler:
./gradlew dist
After that you should be able to compile your programs like that:
./dist/bin/konanc hello.kt -o hello
For an optimized compilation use -opt:
./dist/bin/konanc hello.kt -o hello -opt
For more tests, use:
./gradlew backend.native:tests:run
Description
Languages
Kotlin
79.9%
Java
10.4%
Swift
4.3%
C
2.8%
C++
2.1%
Other
0.3%