From 60bf15d65405ae38909c6f32fb72d1f326060c8c Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Wed, 14 Feb 2024 15:56:37 +0100 Subject: [PATCH] [K/N][tests] all users of nativeTest() require executors --- native/native.tests/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/native.tests/build.gradle.kts b/native/native.tests/build.gradle.kts index cc336d872ef..25babd81356 100644 --- a/native/native.tests/build.gradle.kts +++ b/native/native.tests/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { testImplementation(project(":compiler:ir.serialization.native")) testImplementation(project(":compiler:fir:native")) testImplementation(project(":native:kotlin-native-utils")) - testImplementation(project(":native:executors")) + testApi(project(":native:executors")) // Reexport this dependency to every user of nativeTest() testImplementation(project(":kotlin-util-klib-abi")) testImplementation(project(":native:swift:swift-export-standalone")) testImplementation(projectTests(":kotlin-util-klib-abi"))