From ea4d185da9f7def9ccfa4e654b9eb5fbe7f7e36d Mon Sep 17 00:00:00 2001 From: abilan Date: Wed, 22 Feb 2023 16:39:12 -0500 Subject: [PATCH] Remove redundant build config for Kotlin --- build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.gradle b/build.gradle index 0767badbf9..f4d67658c1 100644 --- a/build.gradle +++ b/build.gradle @@ -224,16 +224,9 @@ configure(javaProjects) { subproject -> kotlinOptions { languageVersion = '1.7' apiVersion = '1.7' - freeCompilerArgs = ['-Xjsr305=strict', '-Xsuppress-version-warnings', '-opt-in=kotlin.RequiresOptIn'] allWarningsAsErrors = true } } - compileTestKotlin { - kotlinOptions { - languageVersion = '1.8' - freeCompilerArgs = ['-Xjsr305=strict', '-opt-in=kotlin.RequiresOptIn'] - } - } tasks.withType(JavaCompile).configureEach { options.fork = true