Skip to content

Commit

Permalink
add workaround for compose resources due to JetBrains/compose-multipl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Apr 16, 2024
1 parent 109e557 commit 72ea63d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample/wasmApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ plugins {
alias(libs.plugins.jetbrainsCompose)
}

// https://github.com/JetBrains/compose-multiplatform/issues/4638

val copyWasmResources = tasks.create("copyWasmResourcesWorkaround", Copy::class.java) {
from(project(":sample").file("src/commonMain/composeResources"))
into("build/processedResources/wasmJs/main")
Expand Down

0 comments on commit 72ea63d

Please sign in to comment.