Skip to content

Commit ebbe8a0

Browse files
committed
chore: update build configuration to include wasm and iOS targets
1 parent 93c016d commit ebbe8a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ eignexPublish {
1111
kotlin {
1212
jvm()
1313
js(IR) { browser(); nodejs() }
14-
linuxX64(); macosX64(); macosArm64(); mingwX64()
14+
wasmJs { browser(); nodejs() }
15+
wasmWasi { nodejs() }
16+
linuxX64(); linuxArm64()
17+
macosX64(); macosArm64(); mingwX64()
18+
iosX64(); iosArm64(); iosSimulatorArm64()
1519

1620
sourceSets {
1721
commonMain.dependencies {

0 commit comments

Comments
 (0)