Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Aug 17, 2024
1 parent f0bc01f commit 32eda5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ enum class Platform {

companion object {
val supported: List<Platform> = listOf(
JVM, LINUX_X86, LINUX_ARM64
JVM, LINUX_X86, LINUX_ARM64, WINDOWS
)

fun byName(name: String, arch: Arch): Platform =
Expand Down

0 comments on commit 32eda5d

Please sign in to comment.