Rohan Maity
06/08/2022, 7:54 AMtapchicoma
06/08/2022, 9:33 AMRohan Maity
06/08/2022, 9:42 AMtapchicoma
06/08/2022, 9:42 AMRohan Maity
06/08/2022, 9:44 AMbad class file. File is 58.0 but should be 55.0
tapchicoma
06/08/2022, 10:46 AMRohan Maity
06/08/2022, 10:49 AMtapchicoma
06/08/2022, 10:50 AMRohan Maity
06/08/2022, 10:51 AMjava {
sourceCompatibility = JavaVersion.VERSION_14
targetCompatibility = JavaVersion.VERSION_14
}
tasks.compileKotlin {
kotlinOptions {
jvmTarget = "14"
}
}
tasks.compileTestKotlin {
kotlinOptions {
jvmTarget = "14"
}
}