Skip to content

Commit c2cf955

Browse files
authored
Add Android native targets (#226)
1 parent e9c2810 commit c2cf955

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ kotlin {
2828
}
2929
}
3030

31+
androidNativeArm32()
32+
androidNativeArm64()
33+
androidNativeX86()
34+
androidNativeX64()
3135
iosArm32()
3236
iosArm64()
3337
iosX64()

0 commit comments

Comments
 (0)