[K/N] Migrate some runtime/workers tests to new testing infra ^KT-61259

This commit is contained in:
Alexander Shabalin
2023-10-30 13:15:20 +01:00
committed by Space Team
parent fd1579186f
commit 9ad7b00613
34 changed files with 547 additions and 1193 deletions
+1
View File
@@ -547,6 +547,7 @@ kotlin {
optIn("kotlin.native.runtime.NativeRuntimeApi")
optIn("kotlin.native.internal.InternalForKotlinNative")
optIn("kotlinx.cinterop.ExperimentalForeignApi")
optIn("kotlin.native.concurrent.ObsoleteWorkersApi")
}
}
}