Skip to content

Commit eaab148

Browse files
committed
Simplify the previous commit
1 parent 82f7073 commit eaab148

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ apiValidation {
1212
enabled = true
1313
}
1414

15-
ignoredProjects += listOf(
16-
"compose-multiplatform-html-unified-demo",
17-
"compose-multiplatform-html-unified-common-legacy"
18-
)
15+
ignoredProjects += "compose-multiplatform-html-unified".let {
16+
listOf("$it-demo", "$it-common-legacy")
17+
}
1918
}

0 commit comments

Comments
 (0)