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 82f7073 commit eaab148Copy full SHA for eaab148
build.gradle.kts
@@ -12,8 +12,7 @@ apiValidation {
12
enabled = true
13
}
14
15
- ignoredProjects += listOf(
16
- "compose-multiplatform-html-unified-demo",
17
- "compose-multiplatform-html-unified-common-legacy"
18
- )
+ ignoredProjects += "compose-multiplatform-html-unified".let {
+ listOf("$it-demo", "$it-common-legacy")
+ }
19
0 commit comments