Skip to content

Commit

Permalink
Fix multiplatform project
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Nov 28, 2024
1 parent 67ac9da commit b44dc18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ internal class MultiplatformLibraryPluginTest : WithGradleProjectTest() {
kotlin {
jvm()
ios()
iosX64()
iosArm64()
iosSimulatorArm64()
sourceSets {
commonTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ internal class MultiplatformQualityPluginTest : WithGradleProjectTest() {
kotlin {
jvm()
ios()
iosX64()
iosArm64()
iosSimulatorArm64()
}
""".trimIndent()
resolve("build.gradle") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ internal class IssueLinksCheckerTaskTest : WithGradleProjectTest() {
kotlin {
jvm()
ios()
iosX64()
iosArm64()
iosSimulatorArm64()
}
""".trimIndent()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ internal class MultiplatformVersioningPluginTest : WithGradleProjectTest() {
}
kotlin {
ios()
iosX64()
iosArm64()
iosSimulatorArm64()
}
""".trimIndent(),
)
Expand Down

0 comments on commit b44dc18

Please sign in to comment.