File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ apply plugin: 'com.github.johnrengelman.shadow'
55
66buildscript {
77
8- ext. kotlinVersion = ' 1.2.30-eap-16 '
8+ ext. kotlinVersion = ' 1.2.31 '
99
1010 repositories {
1111 jcenter() // shadow
1212 mavenCentral()
13- maven { setUrl( " https://dl.bintray.com/kotlin/kotlin-eap" ) }
13+ maven { url = " https://dl.bintray.com/kotlin/kotlin-eap" }
1414 }
1515 dependencies {
1616 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
@@ -27,8 +27,8 @@ dependencies {
2727
2828repositories {
2929 mavenCentral()
30- maven { setUrl( " https://dl.bintray.com/kotlin/kotlin-eap" ) }
31- maven { setUrl( " https://jitpack.io" ) }
30+ maven { url = " https://dl.bintray.com/kotlin/kotlin-eap" }
31+ maven { url = " https://jitpack.io" }
3232}
3333
3434
You can’t perform that action at this time.
0 commit comments