[FE 1.0 FP] Fix compiler arguments to avoid errors
This commit is contained in:
committed by
teamcityserver
parent
a7961a4a45
commit
872b6b7e81
+7
-1
@@ -17,7 +17,13 @@ class FE1FullPipelineModularizedTest : AbstractFullPipelineModularizedTest() {
|
||||
args.useOldBackend = !USE_BE_IR
|
||||
args.useFir = false
|
||||
args.jvmDefault = "compatibility"
|
||||
args.optIn = arrayOf("kotlin.RequiresOptIn")
|
||||
args.apiVersion = "1.4"
|
||||
args.optIn = arrayOf(
|
||||
"kotlin.RequiresOptIn",
|
||||
"kotlin.contracts.ExperimentalContracts",
|
||||
"org.jetbrains.kotlin.ir.ObsoleteDescriptorBasedAPI"
|
||||
)
|
||||
args.multiPlatform = true
|
||||
}
|
||||
|
||||
fun testTotalKotlin() {
|
||||
|
||||
Reference in New Issue
Block a user