Skip to content

Commit 3d45530

Browse files
committed
Adopt #4
1 parent 00c3a1c commit 3d45530

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ val buildLambda by tasks.creating(Zip::class) {
205205
into("lib") {
206206
from(configurations.compileClasspath) { exclude("tomcat-embed-*") }
207207
}
208+
209+
dependsOn(prepareComposeWasmResources)
208210
}
209211

210212
val prepareComposeWasmResources by tasks.registering(Sync::class) {

0 commit comments

Comments
 (0)