Skip to content

Commit 04c2a46

Browse files
committed
Remove framework
Signed-off-by: penguindan <[email protected]>
1 parent 9306423 commit 04c2a46

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

kotlin-sdk/build.gradle.kts

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

0 commit comments

Comments
 (0)