Skip to content

Commit 2cd19fe

Browse files
committed
l1-s4 add kotlin mpp targets
1 parent 638b2cb commit 2cd19fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mpp-library/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ android {
99
targetSdkVersion 28
1010
}
1111
}
12+
13+
kotlin {
14+
targets {
15+
android()
16+
iosArm64()
17+
iosX64()
18+
}
19+
}

0 commit comments

Comments
 (0)