We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 732abce + 0673c15 commit 9345041Copy full SHA for 9345041
build.gradle
@@ -5,12 +5,12 @@ apply plugin: 'com.github.johnrengelman.shadow'
5
6
buildscript {
7
8
- ext.kotlinVersion = '1.2.31'
+ ext.kotlinVersion = '1.2.30-eap-16'
9
10
repositories {
11
jcenter() // shadow
12
mavenCentral()
13
- maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
+ maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
14
}
15
dependencies {
16
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
0 commit comments