Skip to content

Commit

Permalink
Add opt-in for experimental WASM DSL in :poko-tets
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Feb 29, 2024
1 parent 983ec8b commit f09d9d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions poko-tests/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import org.jetbrains.kotlin.gradle.plugin.NATIVE_COMPILER_PLUGIN_CLASSPATH_CONFIGURATION_NAME
import org.jetbrains.kotlin.gradle.plugin.PLUGIN_CLASSPATH_CONFIGURATION_NAME
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl

plugins {
alias(libs.plugins.kotlin.multiplatform)
Expand Down Expand Up @@ -34,6 +35,7 @@ kotlin {
tvosX64()
tvosSimulatorArm64()

@OptIn(ExperimentalWasmDsl::class)
wasmJs().nodejs()

watchosArm32()
Expand Down

0 comments on commit f09d9d2

Please sign in to comment.