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 616cf52 commit 2ce4a31Copy full SHA for 2ce4a31
gradle-plugins/compose/src/test/test-projects/application/webJsWasm/build.gradle.kts
@@ -4,4 +4,10 @@ plugins {
4
id("org.jetbrains.kotlin.multiplatform") apply false
5
id("org.jetbrains.compose") apply false
6
id("org.jetbrains.kotlin.plugin.compose") apply false
7
-}
+}
8
+
9
+allprojects {
10
+ tasks.configureEach {
11
+ if (name == "kotlinStoreYarnLock") enabled = false
12
+ }
13
0 commit comments