[imltogradle] Don't use deprecated kotlinOptions.jdkHome in generated build.gradle.kts files
This commit is contained in:
-1
@@ -285,7 +285,6 @@ fun convertJpsModule(imlFile: File, jpsModule: JpsModule): String {
|
||||
|
|
||||
|tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile> {
|
||||
| kotlinOptions.freeCompilerArgs = listOf($compilerArgs)
|
||||
| kotlinOptions.jdkHome = rootProject.extra["JDK_11"] as String
|
||||
| kotlinOptions.useOldBackend = true // KT-45697
|
||||
|}
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user