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 8c319cb commit b44adb8Copy full SHA for b44adb8
build.gradle.kts
@@ -31,7 +31,7 @@ tasks.test {
31
tasks.compileKotlin {
32
compilerOptions {
33
jvmTarget = JvmTarget.JVM_1_8
34
- languageVersion = KotlinVersion.KOTLIN_1_7
+ languageVersion = KotlinVersion.KOTLIN_1_8
35
}
36
37
0 commit comments