File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
1313 dependencies {
1414 classpath(" com.android.tools.build:gradle:8.7.3" )
1515 classpath(" com.github.recloudstream:gradle:master-SNAPSHOT" )
16- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24 " )
16+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0 " )
1717 }
1818}
1919
@@ -51,14 +51,14 @@ subprojects {
5151 }
5252
5353 compileOptions {
54- sourceCompatibility = JavaVersion .VERSION_17
55- targetCompatibility = JavaVersion .VERSION_17
54+ sourceCompatibility = JavaVersion .VERSION_1_8
55+ targetCompatibility = JavaVersion .VERSION_1_8
5656 }
5757
5858
5959 tasks.withType<KotlinJvmCompile > {
6060 compilerOptions {
61- jvmTarget.set(JvmTarget .JVM_17 )
61+ jvmTarget.set(JvmTarget .JVM_1_8 )
6262 freeCompilerArgs.addAll(
6363 " -Xno-call-assertions" ,
6464 " -Xno-param-assertions" ,
You can’t perform that action at this time.
0 commit comments