Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed Feb 2, 2024
1 parent 1491967 commit 78e95d4
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions extensions/colormath-ext-jetpack-compose/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import com.vanniktech.maven.publish.tasks.JavadocJar
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl

plugins {
id("com.android.library")
Expand All @@ -17,17 +18,10 @@ kotlin {
}

jvm()
js { nodejs() }

js {
browser()
nodejs()
}

@Suppress("OPT_IN_USAGE")
wasmJs {
browser()
nodejs()
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs { nodejs() }

iosX64()
iosArm64()
Expand Down

0 comments on commit 78e95d4

Please sign in to comment.