Skip to content

Commit 82f7073

Browse files
committed
Exclude the unneeded subprojects in API validation, remove their "api" directories, and run apiDump and check to verify it works
1 parent e2fcc56 commit 82f7073

7 files changed

+5
-911
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ apiValidation {
1111
klib {
1212
enabled = true
1313
}
14+
15+
ignoredProjects += listOf(
16+
"compose-multiplatform-html-unified-demo",
17+
"compose-multiplatform-html-unified-common-legacy"
18+
)
1419
}

common/legacy/api/android/compose-multiplatform-html-unified-common-legacy.api

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)