We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9345041 commit 0d6e39cCopy full SHA for 0d6e39c
build.gradle
@@ -5,12 +5,12 @@ apply plugin: 'com.github.johnrengelman.shadow'
5
6
buildscript {
7
8
- ext.kotlinVersion = '1.2.30-eap-16'
+ ext.kotlinVersion = '1.2.31'
9
10
repositories {
11
jcenter() // shadow
12
mavenCentral()
13
- maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
+ maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
14
}
15
dependencies {
16
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
@@ -27,8 +27,8 @@ dependencies {
27
28
29
30
31
- maven { setUrl("https://jitpack.io") }
+ maven { url = "https://jitpack.io" }
32
33
34
0 commit comments