Skip to content

Commit 9345041

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # .idea/modules/kotlin-unsigned.iml # build.gradle
2 parents 732abce + 0673c15 commit 9345041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ apply plugin: 'com.github.johnrengelman.shadow'
55

66
buildscript {
77

8-
ext.kotlinVersion = '1.2.31'
8+
ext.kotlinVersion = '1.2.30-eap-16'
99

1010
repositories {
1111
jcenter() // shadow
1212
mavenCentral()
13-
maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
13+
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
1414
}
1515
dependencies {
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"

0 commit comments

Comments
 (0)