Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit b446b11

Browse files
author
Sergey Mashkov
committed
Upgrade Kotlin and Gradle
Kotlin 1.1.51 Gradle 4.2.1
1 parent 619143e commit b446b11

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = '0.0.1-SNAPSHOT'
33

44
subprojects { p ->
55
p.buildscript {
6-
ext.kotlin_version = "1.1.4-3"
6+
ext.kotlin_version = "1.1.51"
77

88
repositories {
99
mavenLocal()
@@ -13,13 +13,13 @@ subprojects { p ->
1313

1414
dependencies {
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
16-
classpath "org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.22"
16+
classpath "org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.23"
1717
}
1818
}
1919
}
2020

2121
subprojects {
22-
ext.kotlin_version = "1.1.4-3"
22+
ext.kotlin_version = "1.1.51"
2323
ext.html_version = "0.6.4"
2424
ext.ktor_version = "0.3.0"
2525
ext.squash_version = "0.2.2"

gradle/wrapper/gradle-wrapper.jar

-14 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip

0 commit comments

Comments
 (0)