Skip to content

Commit

Permalink
Simplify the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 3, 2024
1 parent 82f7073 commit eaab148
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ apiValidation {
enabled = true
}

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

0 comments on commit eaab148

Please sign in to comment.