Skip to content

Commit a171ac2

Browse files
committed
Exclude the legacy module from the build
It's no longer needed, and it causes the build to fail for the similar Kotlin 2.2.20 reason.
1 parent 4574217 commit a171ac2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ apiValidation {
1313
}
1414

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

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
rootProject.name = "compose-multiplatform-html-unified"
22

33
include("common") // TODO consider splitting into several modules including `foundation`, `ui`, etc. (#45)
4-
include("common:legacy")
54
include("material-icons-core")
65
include("material2")
76
include("material3")

0 commit comments

Comments
 (0)