Skip to content

Commit

Permalink
Fix repeated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Feb 2, 2024
1 parent 70d9954 commit 805275b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pprint-kotlin-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs()

@OptIn(ExperimentalWasmDsl::class)
wasmWasi()
@OptIn(ExperimentalWasmDsl::class)
wasmJs()

js {
browser()
nodejs()
}

sourceSets {
commonMain {
dependencies {
Expand Down

0 comments on commit 805275b

Please sign in to comment.