Skip to content

Commit

Permalink
Everything is already configured but we didn't publish desktop-window…
Browse files Browse the repository at this point in the history
…s-arm64 "helper" dependency for another users that use "compose.desktop.currentOs" DSL.

The publication was configured in JetBrains/compose-multiplatform-core#322 and in JetBrains/skiko#610

Resolves https://youtrack.jetbrains.com/issue/COMPOSE-223/Finish-Windows-ARM-64-support

TODO: Test Compose on a real Windows ARM64 machine
  • Loading branch information
igordmn committed Sep 29, 2023
1 parent d2fdb65 commit c4ff319
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ abstract class ComposePlugin : Plugin<Project> {
val linux_x64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-linux-x64")
val linux_arm64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-linux-arm64")
val windows_x64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-windows-x64")
val windows_arm64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-windows-arm64")
val macos_x64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-macos-x64")
val macos_arm64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-macos-arm64")

Expand Down

0 comments on commit c4ff319

Please sign in to comment.