Skip to content

Commit 8487dd6

Browse files
committed
Address pr feedback
Signed-off-by: penguindan <[email protected]>
1 parent 6c032fb commit 8487dd6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

kotlin-sdk/build.gradle.kts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,15 @@ kotlin {
4040
}
4141
}
4242
linuxX64 {}
43-
iosX64()
44-
iosArm64()
45-
iosSimulatorArm64()
43+
listOf(
44+
iosX64(),
45+
iosArm64(),
46+
iosSimulatorArm64()
47+
).forEach {
48+
it.binaries.framework {
49+
baseName = "OpenFeature"
50+
}
51+
}
4652
js {
4753
nodejs {}
4854
browser {

0 commit comments

Comments
 (0)