Skip to content

Commit 242c53a

Browse files
committed
Delete code to make a minimal example to produce the errors such as Unresolved reference 'jvm'
1 parent cdf9c13 commit 242c53a

File tree

228 files changed

+21
-12931
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+21
-12931
lines changed

build.gradle.kts

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

common/build.gradle.kts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ plugins {
77
}
88

99
kotlin {
10-
@OptIn(ExperimentalKotlinGradlePluginApi::class)
11-
applyDefaultHierarchyTemplate {
12-
common {
13-
group("composeUi") {
14-
group("composeUiExceptAndroid") {
15-
withJvm()
16-
group("ios")
17-
withWasmJs()
18-
}
19-
}
20-
withAndroidTarget()
21-
}
22-
}
23-
24-
2510
sourceSets {
2611
/*
2712
Use `api`. See:

common/legacy/build.gradle.kts

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

common/legacy/src/commonMain/kotlin/com/huanshankeji/compose/BasicText.kt

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

common/legacy/src/commonMain/kotlin/com/huanshankeji/compose/RawText.kt

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

common/legacy/src/commonMain/kotlin/com/huanshankeji/compose/layout/Box.kt

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

common/legacy/src/commonMain/kotlin/com/huanshankeji/compose/layout/Column.kt

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

common/legacy/src/commonMain/kotlin/com/huanshankeji/compose/layout/Row.kt

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

common/legacy/src/commonMain/kotlin/com/huanshankeji/compose/ui/ModifierOrAttrsScope.kt

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

common/legacy/src/commonMain/kotlin/com/huanshankeji/compose/ui/color/Color.kt

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

0 commit comments

Comments
 (0)