Ilya Matveev 4a716fbf30 backend: Use konan.dependencies property to set dependencies dir
This patch set default dependencies directory to ${konan.home}/
dependencies and allows one to override this setting using
konan.dependencies system property.
2017-03-24 19:31:23 +07:00
2017-03-22 15:43:19 +03:00
2016-10-27 13:52:00 +03:00
2017-03-23 18:38:25 +03:00
2017-03-23 17:15:39 +03:00
2016-10-07 14:14:00 +03:00
2017-03-24 13:52:58 +04:00
2017-03-23 12:54:24 +03:00
2017-03-14 18:52:37 +03:00
2016-10-27 13:52:00 +03:00
2016-10-27 13:52:00 +03:00
2017-03-13 15:31:46 +03:00

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/kotlinc hello.kt -o hello

For an optimized compilation use -opt:

./dist/bin/kotlinc hello.kt -o hello -opt

For some tests, use:

./gradlew backend.native:tests:run

To run blackbox compiler tests from JVM Kotlin use (takes time):

./gradlew run_external

To update the blackbox compiler tests set TeamCity build number in gradle.properties:

testDataVersion=<build number>:id

and run ./gradlew update_external_tests

S
Description
The Kotlin Programming Language.
Readme 2.1 GiB
Languages
Kotlin 79.9%
Java 10.4%
Swift 4.3%
C 2.8%
C++ 2.1%
Other 0.3%