Skip to content

Commit 84a99b2

Browse files
committed
Fix cLib build
1 parent f862243 commit 84a99b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-conventions/src/main/kotlin/util/cinterop.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fun KotlinMultiplatformExtension.configureCLibCInterop(
5959
configureCinterop(cinteropCLib)
6060
}
6161

62-
cinterops.whenObjectAdded {
62+
cinterops.all {
6363
val interop = this
6464

6565
val interopTask = "cinterop${interop.name.capitalized()}${it.targetName.capitalized()}"

0 commit comments

Comments
 (0)