Commit 403ceb8
authored
Add Windows ARM alias to Gradle plugin (#5197)
Fixes
https://youtrack.jetbrains.com/issue/CMP-2584/Publish-Windows-ARM-library#focus=Comments-27-11356341.0-0
## Testing
1. On `codeviewer` example. Add windows_arm64:
```
dependencies {
implementation(compose.desktop.currentOs)
implementation(compose.desktop.windows_arm64)
implementation(project(":shared"))
}
```
2. Run on Windows x86:
```
./gradlew createDistributable
```
3. Check that `build/compose/binaries/main/app/ComposeCodeViewer/app`
contains 2 files:
1 parent d2a915a commit 403ceb8
File tree
1 file changed
+1
-0
lines changed- gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
0 commit comments