Switch Kotlin project to jvm-target 1.8
#KT-29405
This commit is contained in:
@@ -8,14 +8,6 @@ plugins {
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
tasks.named<KotlinJvmCompile>("compileKotlin") {
|
||||
kotlinOptions.jvmTarget = "1.6"
|
||||
}
|
||||
|
||||
tasks.named<KotlinJvmCompile>("compileTestKotlin") {
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
}
|
||||
|
||||
val compilerModules: Array<String> by rootProject.extra
|
||||
val otherCompilerModules = compilerModules.filter { it != path }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user