Skip to content

Commit

Permalink
All JS targets set to library
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 1, 2024
1 parent aab7fb8 commit 7e8964a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,26 @@ kotlin {
}
}


js {
browser()
nodejs()
binaries.library()
}


wasmJs {
browser()
nodejs()
//d8()
binaries.library()
}

wasmWasi {
nodejs()
binaries.library()
}

// native, see https://kotlinlang.org/docs/native-target-support.html

// tier 1
macosX64()
macosArm64()
Expand Down

0 comments on commit 7e8964a

Please sign in to comment.