Added README

This commit is contained in:
Nikolay Igotti
2016-09-27 17:36:57 +03:00
parent ff6b3474d8
commit b3935a8ee8
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
# Kotlin-native backend #
## Build
To build just use:
gradle dist ; may fail in JS
gradle :backend.native:cli.bc:run
And it will run simple example (currently prints out IR of test file).
@@ -4,8 +4,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.3"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
apply plugin: 'java'
apply plugin: 'kotlin'
apply plugin: 'kotlin'