diff --git a/kotlin.gradle b/kotlin.gradle index 990ecc2a8..e3a6b1f6a 100644 --- a/kotlin.gradle +++ b/kotlin.gradle @@ -1,12 +1,4 @@ compileKotlin { - kotlinOptions { - freeCompilerArgs = ["-Xjsr305=strict", "-Xjvm-default=all-compatibility"] - jvmTarget = "11" - } } compileTestKotlin { - kotlinOptions { - freeCompilerArgs = ["-Xjsr305=strict", "-Xjvm-default=all-compatibility"] - jvmTarget = "11" - } } \ No newline at end of file