Files
kotlin-fork/README.md
T
Nikolay Igotti 5293abd3e9 Updated README.md
2016-09-28 18:42:43 +03:00

318 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

To build native translator just use: gradle :backend.native:run

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