Skip to content

Commit dab75e7

Browse files
committed
chore: fix compose webapp copy
1 parent f6a3559 commit dab75e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/jvm/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@ dependencies {
239239
wasmApp(project(path = it.path, configuration = "wasmApp"))
240240
}
241241

242-
findProject(":compose:cmp")?.let { project(path = it.path, configuration = "composeWebApp") }
242+
findProject(":compose:cmp")?.let {
243+
composeWebApp(project(path = it.path, configuration = "composeWebApp"))
244+
}
243245

244246
// Specify the classifier using variantOf
245247
// implementation(variantOf(libs.lwjgl.opengl) { classifier("natives-linux") })

0 commit comments

Comments
 (0)