Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows ARM alias to Gradle plugin #5197

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Add Windows ARM alias to Gradle plugin #5197

merged 1 commit into from
Jan 9, 2025

Conversation

igordmn
Copy link
Collaborator

@igordmn igordmn commented Jan 9, 2025

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"))
            }
  1. Run on Windows x86:
./gradlew createDistributable
  1. Check that build/compose/binaries/main/app/ComposeCodeViewer/app contains 2 files:
    image

@igordmn igordmn requested a review from eymar January 9, 2025 11:15
@igordmn
Copy link
Collaborator Author

igordmn commented Jan 9, 2025

@igordmn igordmn merged commit 403ceb8 into master Jan 9, 2025
17 of 18 checks passed
@igordmn igordmn deleted the igordmn-patch-7 branch January 9, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants