This repository was archived by the owner on Jul 13, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version = '0.0.1-SNAPSHOT'
3
3
4
4
subprojects { p ->
5
5
p. buildscript {
6
- ext. kotlin_version = " 1.1.4-3 "
6
+ ext. kotlin_version = " 1.1.51 "
7
7
8
8
repositories {
9
9
mavenLocal()
@@ -13,13 +13,13 @@ subprojects { p ->
13
13
14
14
dependencies {
15
15
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 "
17
17
}
18
18
}
19
19
}
20
20
21
21
subprojects {
22
- ext. kotlin_version = " 1.1.4-3 "
22
+ ext. kotlin_version = " 1.1.51 "
23
23
ext. html_version = " 0.6.4"
24
24
ext. ktor_version = " 0.3.0"
25
25
ext. squash_version = " 0.2.2"
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
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
You can’t perform that action at this time.
0 commit comments