Skip to content

Commit

Permalink
CSS. Restore targets
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Nov 27, 2024
1 parent f8e91bf commit 667d0be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kotlin-css/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ plugins {
}

kotlin {
jvmToolchain(11) // Do not change!
jvm()
js()

iosArm64()
iosSimulatorArm64()
iosX64()

// Sets the device ID for iosSimulatorArm64Test
targets.withType<KotlinNativeTargetWithSimulatorTests> {
testRuns["test"].deviceId = "iPhone 16"
Expand Down

0 comments on commit 667d0be

Please sign in to comment.