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'
5
5
6
6
buildscript {
7
7
8
- ext. kotlinVersion = ' 1.2.30-eap-16 '
8
+ ext. kotlinVersion = ' 1.2.31 '
9
9
10
10
repositories {
11
11
jcenter() // shadow
12
12
mavenCentral()
13
- maven { setUrl( " https://dl.bintray.com/kotlin/kotlin-eap" ) }
13
+ maven { url = " https://dl.bintray.com/kotlin/kotlin-eap" }
14
14
}
15
15
dependencies {
16
16
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
@@ -27,8 +27,8 @@ dependencies {
27
27
28
28
repositories {
29
29
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" }
32
32
}
33
33
34
34
You can’t perform that action at this time.
0 commit comments