Skip to content

Instantly share code, notes, and snippets.

@babedev
Created July 23, 2017 12:40
Show Gist options
  • Save babedev/0de8b260b42d4a418252202ffd4a2a53 to your computer and use it in GitHub Desktop.
Save babedev/0de8b260b42d4a418252202ffd4a2a53 to your computer and use it in GitHub Desktop.
group 'com.babedev'
version '1.0-SNAPSHOT'
buildscript {
repositories {
mavenCentral()
maven {
url "https://dl.bintray.com/jetbrains/kotlin-native-dependencies"
}
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:0.3"
}
}
apply plugin: 'konan'
repositories {
mavenCentral()
}
konanArtifacts {
HelloNative { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment