Skip to content

Commit

Permalink
add wasm support
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvag committed Apr 22, 2024
1 parent bd7303f commit 5eb7a61
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl

plugins {
kotlin("multiplatform")
Expand All @@ -19,4 +20,9 @@ kotlin {
iosArm64()
iosSimulatorArm64()
iosX64()

@OptIn(ExperimentalWasmDsl::class)
wasmJs {
nodejs()
}
}

0 comments on commit 5eb7a61

Please sign in to comment.