File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ kotlin {
2727 compilerOptions {
2828 jvmTarget.set(JvmTarget .JVM_1_8 )
2929 @Suppress(" deprecation" )
30- languageVersion.set(KotlinVersion .KOTLIN_1_6 )
30+ languageVersion.set(KotlinVersion .KOTLIN_1_8 )
3131 }
3232}
3333
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ kotlin {
1717 compilerOptions {
1818 jvmTarget.set(JvmTarget .JVM_1_8 )
1919 @Suppress(" deprecation" )
20- languageVersion.set(KotlinVersion .KOTLIN_1_6 )
20+ languageVersion.set(KotlinVersion .KOTLIN_1_8 )
2121 }
2222}
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ kotlin {
3434 compilerOptions {
3535 jvmTarget.set(JvmTarget .JVM_1_8 )
3636 @Suppress(" deprecation" )
37- languageVersion.set(KotlinVersion .KOTLIN_1_6 )
37+ languageVersion.set(KotlinVersion .KOTLIN_1_8 )
3838 }
3939}
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ kotlin {
2929 compilerOptions {
3030 jvmTarget.set(JvmTarget .JVM_1_8 )
3131 @Suppress(" deprecation" )
32- languageVersion.set(KotlinVersion .KOTLIN_1_6 )
32+ languageVersion.set(KotlinVersion .KOTLIN_1_8 )
3333 }
3434}
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ kotlin {
1515 compilerOptions {
1616 jvmTarget.set(JvmTarget .JVM_1_8 )
1717 @Suppress(" deprecation" )
18- languageVersion.set(KotlinVersion .KOTLIN_1_6 )
18+ languageVersion.set(KotlinVersion .KOTLIN_1_8 )
1919 }
2020}
You can’t perform that action at this time.
0 commit comments