Skip to content

Commit

Permalink
l1-s15 enable framework export
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Sep 5, 2019
1 parent 43504c8 commit 01406cf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions mpp-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ android {
kotlin {
targets {
android()
iosArm64()
iosX64()

def configure = {
binaries {
framework("MultiPlatformLibrary")
}
}

iosArm64("iosArm64", configure)
iosX64("iosX64", configure)
}

sourceSets {
Expand Down

0 comments on commit 01406cf

Please sign in to comment.