Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: ![image](https://github.com/user-attachments/assets/95733d72-4795-4d2d-af08-cfeeb3811ab5)
- Loading branch information