Remove "-Xsuppress-deprecated-jvm-target-warning" compiler argument

This commit is contained in:
Abduqodiri Qurbonzoda
2022-08-10 16:48:39 +03:00
parent 983c7adb1e
commit eb3bbc3265
8 changed files with 0 additions and 14 deletions
@@ -139,8 +139,6 @@ fun Project.configureKotlinCompilationOptions() {
val jvmCompilerArgs = listOf(
"-Xno-optimized-callable-references",
"-Xno-kotlin-nothing-value-exception",
// Should this suppression be removed ?
"-Xsuppress-deprecated-jvm-target-warning" // Remove as soon as there are no modules for JDK 1.6 & 1.7
)
val coreLibProjects: List<String> by rootProject.extra