We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f714f7d commit 2ad56e6Copy full SHA for 2ad56e6
native/kotlin-test-native-xctest/build.gradle.kts
@@ -111,7 +111,7 @@ kotlin {
111
112
forEach {
113
val copyTask = registerCopyFrameworkTask(it.konanTarget)
114
- it.compilations.all {
+ it.compilations.getByName("main") {
115
cinterops {
116
register("XCTest") {
117
compilerOpts("-iframework", copyTask.map { it.destinationDir }.get().absolutePath)
0 commit comments