Files
kotlin-fork/README.md
T
SvyatoslavScherbina 11cfd5ac72 Update README.md
2016-10-17 18:52:11 +03:00

380 B

Kotlin-native backend

Build

First, build Kotlin IR branch tree with:

pushd backend.native/kotlin-ir
ant -f ./update_dependencies.xml jb_update
ant -f ./build.xml
popd

Then, download dependencies:

gradle :dependencies:update

To build native translator just use:

gradle :backend.native:run

And it will run simple example (currently prints out IR of test file).