Skip to content

Commit b44adb8

Browse files
committed
chore!: update compile target kotlin version to 1.8
1 parent 8c319cb commit b44adb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tasks.test {
3131
tasks.compileKotlin {
3232
compilerOptions {
3333
jvmTarget = JvmTarget.JVM_1_8
34-
languageVersion = KotlinVersion.KOTLIN_1_7
34+
languageVersion = KotlinVersion.KOTLIN_1_8
3535
}
3636
}
3737

0 commit comments

Comments
 (0)