Skip to content

Commit d878906

Browse files
update java to 11 and coroutines to 1.6.2
1 parent d39d156 commit d878906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kotlin {
1919
jvm {
2020
compilations.all {
2121
kotlinOptions {
22-
jvmTarget = "1.8"
22+
jvmTarget = JavaVersion.VERSION_11.toString()
2323
}
2424
}
2525
testRuns["test"].executionTask.configure { useJUnit() }

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version=4.11.7-0fd38db
22
kotlin_version=1.6.21
3-
kotlinx-coroutines.version=1.6.0
3+
kotlinx-coroutines.version=1.6.2
44

55
kotlin.code.style=official
66
kotlin.incremental.multiplatform=true

0 commit comments

Comments
 (0)