Skip to content

Commit 2283539

Browse files
committed
CMP-9543 Remove iosX64 target
1 parent 2f89d64 commit 2283539

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

compose/ios-manual-tests/shared/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ version = "1.0-SNAPSHOT"
1010

1111
kotlin {
1212
listOf(
13-
iosX64(),
1413
iosArm64(),
1514
iosSimulatorArm64()
1615
).forEach { iosTarget ->
@@ -33,9 +32,6 @@ kotlin {
3332
val iosMain by creating {
3433
dependsOn(commonMain)
3534
}
36-
val iosX64Main by getting {
37-
dependsOn(iosMain)
38-
}
3935
val iosArm64Main by getting {
4036
dependsOn(iosMain)
4137
}

0 commit comments

Comments
 (0)