Commit 9d092a2
Re-enable publishing of the Material 2 module
The `material2` module was previously kept in source "for reference purposes"
only and excluded from publishing (it used `lib-conventions-without-publishing`).
However, the downstream `wordbook` app still depends on
`compose-multiplatform-html-unified-material2` (it uses components such as
`TopAppBarScaffold`, `RadioRow`, etc. that have no Material 3 equivalents yet),
so its `0.6.0-SNAPSHOT` dependency is currently unsatisfiable from any registry.
Switch `material2` to the publishing `lib-conventions` and restore the
`mavenPublishing` POM configuration (mirroring the `material3` module) so the
module is published again. It still compiles cleanly under Kotlin 2.3.20.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 95023f1 commit 9d092a2
1 file changed
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
0 commit comments