Browse Source

Revert #2662

There is no coroutines for linuxArm64 yet

(cherry picked from commit f7159090ff)
release/1.3.0 v1.3.0-rc06
Oleksandr Karpovich 2 years ago
parent
commit
05246cff72
  1. 4
      compose/buildSrc/src/main/kotlin/ComposePlatforms.kt

4
compose/buildSrc/src/main/kotlin/ComposePlatforms.kt

@ -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,
)

Loading…
Cancel
Save