Skip to content

Commit

Permalink
Revert "Browser. Property-parameters [generated]"
Browse files Browse the repository at this point in the history
This reverts commit e0edab4.
  • Loading branch information
turansky committed Jan 28, 2025
1 parent e0edab4 commit ca7257e
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 ca7257e

Please sign in to comment.