Skip to content

Commit

Permalink
API dump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Sep 7, 2024
1 parent 50206ff commit b69020b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions mordant-omnibus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ plugins {

kotlin {
jvm()
js()
js { nodejs() } // we don't have any code, but it's an error not to pick aa JS environment
@OptIn(ExperimentalWasmDsl::class)
wasmJs()
wasmJs { nodejs() }
sourceSets {
commonMain.dependencies {
api(project(":mordant"))
Expand Down

0 comments on commit b69020b

Please sign in to comment.