[K/N][tests] all users of nativeTest() require executors

This commit is contained in:
Alexander Shabalin
2024-02-14 15:56:37 +01:00
committed by Space Team
parent 60b4ce2c36
commit 60bf15d654
+1 -1
View File
@@ -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"))