Commit ee61d86
Fix errors such as "org.jetbrains.dokka.model.DClass ScrollState cannot be merged with org.jetbrains.dokka.model.DObject ScrollState" in
* Initial plan
* Fix Dokka DClass/DObject merge error for ScrollState and LazyItemScope
Change `actual object ScrollState` to `actual class ScrollState` in jsMain
to fix Dokka's inability to merge DClass and DObject models. Apply the
same fix to `LazyItemScope` which had the same expect class/actual object
mismatch. Reuse a single LazyItemScope instance since it's stateless.
Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
Agent-Logs-Url: https://github.com/huanshankeji/compose-multiplatform-html-unified/sessions/fb46b1bd-1f94-4165-b19a-6bc80235c64b
* Add some comments and simplify
* Complete PR: update workflow to deploy Dokka API docs to GitHub Pages alongside demo
- Update demo-gh-pages.yml to run dokkaGeneratePublicationHtml alongside
sideBySideBrowserDistribution and copy the Dokka HTML output to the
site under an `api/` subdirectory
- Update workflow name to reflect it deploys both demo and API docs
- Fix copilot-setup-steps.yml to use ubuntu-latest (matching main)
Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
Agent-Logs-Url: https://github.com/huanshankeji/compose-multiplatform-html-unified/sessions/fe6d1cc2-55ae-4670-a884-abf1758ec816
* Revert "Complete PR: update workflow to deploy Dokka API docs to GitHub Pages alongside demo"
This reverts commit dba83da.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
Co-authored-by: Yongshun Ye <ShreckYe@gmail.com>dokkaGeneratePublicationHtml (#115)1 parent ffa96ff commit ee61d86
3 files changed
Lines changed: 8 additions & 5 deletions
File tree
- common/src/jsMain/kotlin/com/huanshankeji/compose/foundation
- lazy
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments