Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit b78a32b

Browse files
committed
styles
1 parent 8df0c5a commit b78a32b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SharedCode/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apply plugin: 'kotlin-multiplatform'
33

44
kotlin {
55
targets {
6-
def iOSTarget = System.getenv('SDK_NAME')?.startsWith("iphoneos") ? presets.iosArm64 : presets.iosX64
6+
def iOSTarget = System.getenv('SDK_NAME')?.startsWith("iphoneos") \
7+
? presets.iosArm64 : presets.iosX64
78

89
fromPreset(iOSTarget, 'iOS') {
910
compilations.main.outputKinds('FRAMEWORK')

0 commit comments

Comments
 (0)