fixed NativeXcodeSimulatorTestsIT
This commit is contained in:
committed by
Space Team
parent
19f1d4e3e3
commit
b19decc00a
+8
-1
@@ -8,5 +8,12 @@ repositories {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
iosSimulatorArm64()
|
||||
iosSimulatorArm64() {
|
||||
compilations.all() {
|
||||
compilerOptions.options.apply {
|
||||
optIn.add("kotlinx.cinterop.ExperimentalForeignApi")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user