Skip to content

Commit

Permalink
Expand to all possible targets
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 9, 2024
1 parent d57c154 commit 306a998
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions burst/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,40 @@ dependencies {
}

kotlin {
jvm()
androidNativeArm32()
androidNativeArm64()
androidNativeX64()
androidNativeX86()

js {
nodejs()
}
iosArm64()
iosSimulatorArm64()
iosX64()

js().nodejs()

jvm()

linuxArm64()
linuxX64()
macosX64()

macosArm64()
iosArm64()
iosX64()
iosSimulatorArm64()
macosX64()

mingwX64()

tvosArm64()
tvosSimulatorArm64()
tvosX64()

wasmJs().nodejs()
wasmWasi().nodejs()

watchosArm32()
watchosArm64()
watchosDeviceArm64()
watchosSimulatorArm64()
watchosX64()

applyDefaultHierarchyTemplate()

sourceSets {
Expand Down

0 comments on commit 306a998

Please sign in to comment.