Added README
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user