Commit 7069141
committed
fix(web): unblock compileWebMainKotlinMetadata for publishing
- Add kotlinx-browser to webMain so org.khronos.webgl.* typed arrays
resolve in the shared metadata compilation (not just in the per-target
jsMain/wasmJsMain compilations).
- Move ClipEntryText.actual back to jsMain + wasmJsMain — Compose UI's
ClipEntry.withPlainText is exposed only by the per-target Compose klibs,
not by the common-web view that webMain metadata sees.1 parent a4d21bc commit 7069141
3 files changed
Lines changed: 9 additions & 0 deletions
File tree
- pdfium
- src
- jsMain/kotlin/dev/nucleusframework/pdfium
- wasmJsMain/kotlin/dev/nucleusframework/pdfium
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments