diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index f7ffc89b543..7d76376ea9d 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -3337,6 +3337,7 @@ Task interopTest(String name, Closure configureClosure) { standaloneTest("interop_objc_allocException") { + dependsOnPlatformLibs(it) disabled = !isAppleTarget(project) expectedExitStatus = 0 source = "interop/objc/allocException.kt"