Didier Villevalois
11/24/2021, 9:41 AMExposedDropdownMenu
like in Jetpack Compose 1.1?Igor Demin
11/24/2021, 9:46 AMrsktash
11/24/2021, 10:31 AMIgor Demin
11/24/2021, 10:34 AMJavier
11/24/2021, 10:56 AMColton Idle
11/24/2021, 8:23 PMrsktash
12/06/2021, 12:38 PMIgor Demin
12/06/2021, 9:43 PMrsktash
01/19/2022, 12:16 PMIgor Demin
01/19/2022, 12:30 PMandroidx-main
when we upstream all new features between Compose MPP 1.0-beta and 1.0 into androidx-main
. Upstreaming all features can take 2-4 months, but we will probably make intermediate dev builds without some features/fixes from 1.0. The frequency of such builds depends on complexity of the rebase. Even after upstreaming it probably will be difficult, so new releases with the latest features from androidx-main
will be less frequent than before 1.0-beta
.rsktash
01/19/2022, 12:43 PMIgor Demin
01/19/2022, 12:46 PM1.1.0-alpha02
) is rebased on Jetpack Compose 1.1.0-rc3
(and contains all fixes from Compose MPP 1.0)
The builds of 1.2.0-alpha01-devXXX
are rebased on androidx-main, 18 Jan
(it still don't contain all fixes from Compose MPP 1.0)Colton Idle
01/28/2022, 9:15 PMrsktash
01/29/2022, 2:41 AMColton Idle
01/29/2022, 2:55 AMIgor Demin
01/29/2022, 6:53 AMAlright, so no way to use "jetpack compose 1.2.0-alpha02" features/bugfixes in jb compose yet from what i can understand?Desktop target doesn't have features from it, yes. But you can force this version for Android target.
Didier Villevalois
07/13/2022, 9:16 AMExposedDropdownMenu
in Compose for Desktop 1.2.0-alpha01-dev745?Igor Demin
07/13/2022, 9:23 AMExposedDropdownMenu
is only implemented for Android in the latest versions. We plan to port to Desktop in the future, but I can’t tell ETA of this.
If you need it, you can copy it into your application and rewrite the part, which uses android.*
API. This part is small at the first glance.Didier Villevalois
07/13/2022, 9:28 AM