We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39d156 commit d878906Copy full SHA for d878906
build.gradle.kts
@@ -19,7 +19,7 @@ kotlin {
19
jvm {
20
compilations.all {
21
kotlinOptions {
22
- jvmTarget = "1.8"
+ jvmTarget = JavaVersion.VERSION_11.toString()
23
}
24
25
testRuns["test"].executionTask.configure { useJUnit() }
gradle.properties
@@ -1,6 +1,6 @@
1
version=4.11.7-0fd38db
2
kotlin_version=1.6.21
3
-kotlinx-coroutines.version=1.6.0
+kotlinx-coroutines.version=1.6.2
4
5
kotlin.code.style=official
6
kotlin.incremental.multiplatform=true
0 commit comments