Files
kotlin-fork/README.md
T
2016-11-07 15:58:11 +03:00

17 lines
283 B
Markdown

# Kotlin-native backend #
## Build
Download dependencies:
gradle :dependencies:update
To run native translator just use:
gradle :backend.native:run
And it will run simple example (currently prints out IR of test file).
For more tests, use:
gradle :backend.native:tests:run