Skip to content

Commit a84cd62

Browse files
ilgonmicdkrasnoff
authored andcommitted
Adopt #4
1 parent 9bcdf1f commit a84cd62

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
@@ -179,6 +179,8 @@ val buildLambda by tasks.creating(Zip::class) {
179179
into("lib") {
180180
from(configurations.compileClasspath) { exclude("tomcat-embed-*") }
181181
}
182+
183+
dependsOn(prepareComposeWasmResources)
182184
}
183185

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

0 commit comments

Comments
 (0)