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 f862243 commit 84a99b2Copy full SHA for 84a99b2
gradle-conventions/src/main/kotlin/util/cinterop.kt
@@ -59,7 +59,7 @@ fun KotlinMultiplatformExtension.configureCLibCInterop(
59
configureCinterop(cinteropCLib)
60
}
61
62
- cinterops.whenObjectAdded {
+ cinterops.all {
63
val interop = this
64
65
val interopTask = "cinterop${interop.name.capitalized()}${it.targetName.capitalized()}"
0 commit comments