Skip to content

Commit

Permalink
build: fix build.gradle.kts error
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Mar 7, 2021
1 parent 9de37ae commit 161ca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ enum class Platforms(val classifier: String) {
LINUX("linux"),
LINUX_ARM64("linux-arm64"),
LINUX_ARM32("linux-arm32"),
MACOS("macos")
MACOS("macos"),
MACOS_ARM64("macos-arm64"),
WINDOWS("windows"),
WINDOWS_X86("windows-x86"),
Expand Down

0 comments on commit 161ca91

Please sign in to comment.