Commit 40a2892
committed
fix: split webMain ClipEntry actual into jsMain/wasmJsMain + install Android SDK on Linux ARM64 release
- ClipEntry.withPlainText lives in Compose's per-target klibs (PlatformClipboard.{js,wasm}.kt),
so the commonized webMain metadata compile can't resolve it. Split the actual into
separate jsMain and wasmJsMain files so the symbol is only needed at platform compile time.
- release-graalvm.yaml Linux ARM64 job was using android-actions/setup-android@v3 with the
default 'tools' package, which has no ARM64 build. Pin to 'platforms;android-36' to match
build-natives.yaml.1 parent 8852018 commit 40a2892
4 files changed
Lines changed: 14 additions & 8 deletions
File tree
- .github/workflows
- pdfium/src
- jsMain/kotlin/dev/nucleusframework/pdfium
- wasmJsMain/kotlin/dev/nucleusframework/pdfium
- webMain/kotlin/dev/nucleusframework/pdfium
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 0 additions & 8 deletions
This file was deleted.
0 commit comments