Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c5a211e

Browse files
committed
Switch to Kotlin 1.6.0
1 parent acc94d3 commit c5a211e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

‎build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22
plugins {
3-
kotlin("jvm") version "1.4.0"
3+
kotlin("jvm") version "1.6.0"
44
}
55

6-
val kotlinVersion: String by extra("1.4.0")
6+
val kotlinVersion: String by extra("1.6.0")
7+
val kotlinCoroutinesVersion: String by extra("1.6.0-RC")
78

89
allprojects {
910
repositories {

‎jvm/basic/jvm-maven-deps/script/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ plugins {
44
}
55

66
val kotlinVersion: String by rootProject.extra
7+
val kotlinCoroutinesVersion: String by rootProject.extra
78

89
dependencies {
910
implementation("org.jetbrains.kotlin:kotlin-scripting-common:$kotlinVersion")
1011
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm:$kotlinVersion")
1112
implementation("org.jetbrains.kotlin:kotlin-scripting-dependencies:$kotlinVersion")
1213
implementation("org.jetbrains.kotlin:kotlin-scripting-dependencies-maven:$kotlinVersion")
14+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion")
1315
}

‎jvm/simple-main-kts/simple-main-kts/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ plugins {
44
}
55

66
val kotlinVersion: String by rootProject.extra
7+
val kotlinCoroutinesVersion: String by rootProject.extra
78

89
dependencies {
910
implementation("org.jetbrains.kotlin:kotlin-scripting-common:$kotlinVersion")
1011
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm:$kotlinVersion")
1112
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion")
1213
implementation("org.jetbrains.kotlin:kotlin-scripting-dependencies:$kotlinVersion")
14+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion")
1315
implementation("org.apache.ivy:ivy:2.5.0")
1416
}
1517

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /