Skip to content

Commit

Permalink
l1-s4 add kotlin mpp targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Sep 5, 2019
1 parent 638b2cb commit 2cd19fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mpp-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ android {
targetSdkVersion 28
}
}

kotlin {
targets {
android()
iosArm64()
iosX64()
}
}

0 comments on commit 2cd19fe

Please sign in to comment.