Skip to content

Commit 732abce

Browse files
committed
⬆️ Kotlin 1.2.31
1 parent 59915c8 commit 732abce

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.idea/modules/kotlin-unsigned.iml

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.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"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)