Skip to content

Instantly share code, notes, and snippets.

@vvlevchenko
Created April 11, 2018 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvlevchenko/b3dd27eea2c83368f2c1da5bac02af54 to your computer and use it in GitHub Desktop.
Save vvlevchenko/b3dd27eea2c83368f2c1da5bac02af54 to your computer and use it in GitHub Desktop.
diff --git a/build.gradle b/build.gradle
index 674c8a7..a8b666c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,11 +1,15 @@
buildscript {
- ext.kotlin_version = '1.2.21'
+ ext.kotlin_version = '1.2.20'
repositories {
+ maven {
+ url "https://dl.bintray.com/jetbrains/kotlin-native-dependencies"
+ }
mavenCentral()
jcenter()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
+ classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:0.6.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment