Skip to content

Commit

Permalink
Windows ARM support
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn committed Oct 27, 2022
1 parent a66ef41 commit e690b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/desktop/desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ afterEvaluate {
it.jvmOs("macos-x64", [libs.skikoMacOsX64])
it.jvmOs("macos-arm64", [libs.skikoMacOsArm64])
it.jvmOs("windows-x64", [libs.skikoWindowsX64])
it.jvmOs("windows-arm64", [libs.skikoWindowsArm64])
}
}
}
Expand Down

0 comments on commit e690b26

Please sign in to comment.