|
|
@ -25,6 +25,7 @@ enum class ComposePlatforms(vararg val alternativeNames: String) { |
|
|
|
WatchosX64("WatchOs"), |
|
|
|
WatchosX64("WatchOs"), |
|
|
|
WatchosSimulatorArm64("WatchOs"), |
|
|
|
WatchosSimulatorArm64("WatchOs"), |
|
|
|
LinuxX64("Linux"), |
|
|
|
LinuxX64("Linux"), |
|
|
|
|
|
|
|
LinuxArm64("Linux"), |
|
|
|
MingwX64("Mingw"), |
|
|
|
MingwX64("Mingw"), |
|
|
|
; |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
@ -56,6 +57,7 @@ enum class ComposePlatforms(vararg val alternativeNames: String) { |
|
|
|
ComposePlatforms.WatchosX64, |
|
|
|
ComposePlatforms.WatchosX64, |
|
|
|
ComposePlatforms.WatchosSimulatorArm64, |
|
|
|
ComposePlatforms.WatchosSimulatorArm64, |
|
|
|
ComposePlatforms.LinuxX64, |
|
|
|
ComposePlatforms.LinuxX64, |
|
|
|
|
|
|
|
ComposePlatforms.LinuxArm64, |
|
|
|
ComposePlatforms.MingwX64, |
|
|
|
ComposePlatforms.MingwX64, |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|