c8ed56b24a781f8a4dc32564a0ab98317b36fc3b
- *Array.copyRangeTo for Byte,Short,Char,Long,Float,Double - bunch of *ArrayOf(vararg elements:*) = elements and inlined - small inhancement in c++ part of Kotlin_*Array_copyImpl(...) refactored
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%