There is no coroutines for linuxArm64 yet
This commit is contained in:
Oleksandr Karpovich
2023-01-25 14:07:27 +01:00
committed by GitHub
parent 1763eb7cf1
commit f7159090ff

View File

@@ -25,7 +25,7 @@ enum class ComposePlatforms(vararg val alternativeNames: String) {
WatchosX64("WatchOs"),
WatchosSimulatorArm64("WatchOs"),
LinuxX64("Linux"),
LinuxArm64("Linux"),
// LinuxArm64("Linux"), // No coroutines for linuxArm64 yet
MingwX64("Mingw"),
;
@@ -57,7 +57,7 @@ enum class ComposePlatforms(vararg val alternativeNames: String) {
ComposePlatforms.WatchosX64,
ComposePlatforms.WatchosSimulatorArm64,
ComposePlatforms.LinuxX64,
ComposePlatforms.LinuxArm64,
// ComposePlatforms.LinuxArm64, // No coroutines for linuxArm64 yet
ComposePlatforms.MingwX64,
)