Skip to content

Commit

Permalink
Update ExperimentalWasmDsl import
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Jul 17, 2024
1 parent eec7303 commit da1260f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kmp-nativecoroutines-annotations/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl

plugins {
alias(libs.plugins.kotlin.multiplatform)
Expand Down
2 changes: 1 addition & 1 deletion kmp-nativecoroutines-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl

plugins {
alias(libs.plugins.kotlin.multiplatform)
Expand Down

0 comments on commit da1260f

Please sign in to comment.