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
-1
View File
@@ -51,7 +51,6 @@ compileKotlin {
"-Xallow-kotlin-package",
"-Xno-optimized-callable-references",
"-Xno-kotlin-nothing-value-exception",
"-Xsuppress-deprecated-jvm-target-warning",
"-opt-in=kotlin.RequiresOptIn",
]
moduleName = "kotlin-reflection"