Skip to content

Commit

Permalink
Add compose win-arm64 publication in build.gradle.kts (#1739)
Browse files Browse the repository at this point in the history
IDEs, JBRs, Skiko are already being built for win-arm64. I want to
develop JetBrains Toolbox on a Windows Arm laptop and currently there is
no published compose desktop for winarm
https://mvnrepository.com/search?q=org.jetbrains.compose.desktop

## Release Notes
- Windows Arm support
  • Loading branch information
vladertel authored Dec 19, 2024
1 parent e13e9ca commit 8b0cd00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mpp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ val libraryToTasks = mapOf(
"Jvmlinux-arm64",
"Jvmmacos-x64",
"Jvmmacos-arm64",
"Jvmwindows-x64"
"Jvmwindows-x64",
"Jvmwindows-arm64"
)
)
)
Expand Down

0 comments on commit 8b0cd00

Please sign in to comment.