File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.2.21 '
2
+ ext. kotlin_version = ' 1.3.31 '
3
3
4
4
repositories {
5
5
mavenCentral()
@@ -13,8 +13,9 @@ buildscript {
13
13
apply plugin : ' kotlin'
14
14
15
15
dependencies {
16
- compile " org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version "
17
-
16
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
17
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0-M1'
18
+
18
19
testCompile " org.jetbrains.kotlin:kotlin-test"
19
20
testCompile " org.jetbrains.kotlin:kotlin-test-junit"
20
21
}
You can’t perform that action at this time.
0 commit comments