From 1384efe55621573e9dd69b2aa669fb73a1e4c873 Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Tue, 24 Jan 2023 15:17:37 +0100 Subject: [PATCH] add LinuxArm64 to ComposePlatforms + move compose submodule (#2662) This will enable compose:runtime publication for linuxArm64 --- compose/buildSrc/src/main/kotlin/ComposePlatforms.kt | 2 ++ compose/frameworks/support | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/compose/buildSrc/src/main/kotlin/ComposePlatforms.kt b/compose/buildSrc/src/main/kotlin/ComposePlatforms.kt index 3abee57ad3..fbad3ebf3f 100644 --- a/compose/buildSrc/src/main/kotlin/ComposePlatforms.kt +++ b/compose/buildSrc/src/main/kotlin/ComposePlatforms.kt @@ -25,6 +25,7 @@ enum class ComposePlatforms(vararg val alternativeNames: String) { WatchosX64("WatchOs"), WatchosSimulatorArm64("WatchOs"), LinuxX64("Linux"), + LinuxArm64("Linux"), MingwX64("Mingw"), ; @@ -56,6 +57,7 @@ enum class ComposePlatforms(vararg val alternativeNames: String) { ComposePlatforms.WatchosX64, ComposePlatforms.WatchosSimulatorArm64, ComposePlatforms.LinuxX64, + ComposePlatforms.LinuxArm64, ComposePlatforms.MingwX64, ) diff --git a/compose/frameworks/support b/compose/frameworks/support index 4d8c21bb9e..6130e939ca 160000 --- a/compose/frameworks/support +++ b/compose/frameworks/support @@ -1 +1 @@ -Subproject commit 4d8c21bb9e61a8ef190ee2ee90d879ae4451e950 +Subproject commit 6130e939ca209b05d6eb36e6f20e35824187c6b0