Skip to content

Commit 01406cf

Browse files
committed
l1-s15 enable framework export
1 parent 43504c8 commit 01406cf

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

mpp-library/build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,15 @@ android {
3434
kotlin {
3535
targets {
3636
android()
37-
iosArm64()
38-
iosX64()
37+
38+
def configure = {
39+
binaries {
40+
framework("MultiPlatformLibrary")
41+
}
42+
}
43+
44+
iosArm64("iosArm64", configure)
45+
iosX64("iosX64", configure)
3946
}
4047

4148
sourceSets {

0 commit comments

Comments
 (0)