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

Commit bcf1366

Browse files
committed
cleanup
1 parent b78a32b commit bcf1366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SharedCode/build.gradle

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

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

99
fromPreset(iOSTarget, 'iOS') {
1010
compilations.main.outputKinds('FRAMEWORK')

0 commit comments

Comments
 (0)