We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a3559 commit dab75e7Copy full SHA for dab75e7
backend/jvm/build.gradle.kts
@@ -239,7 +239,9 @@ dependencies {
239
wasmApp(project(path = it.path, configuration = "wasmApp"))
240
}
241
242
- findProject(":compose:cmp")?.let { project(path = it.path, configuration = "composeWebApp") }
+ findProject(":compose:cmp")?.let {
243
+ composeWebApp(project(path = it.path, configuration = "composeWebApp"))
244
+ }
245
246
// Specify the classifier using variantOf
247
// implementation(variantOf(libs.lwjgl.opengl) { classifier("natives-linux") })
0 commit comments