Tunji Dahunsi
01/28/2022, 4:16 PM1.2.0-alpha1-dev578
, but I run into
Could not find org.jetbrains.compose.foundation:foundation-layout-android-debug:1.2.0-alpha1-dev578
I can build for desktop just fine. Looking at the dependency history on maven, this hasn’’t been updated in a while: https://mvnrepository.com/artifact/org.jetbrains.compose.foundation/foundation-android-debug
I’m not quite sure why it’s only erroring now.Igor Demin
01/28/2022, 4:20 PM1.0.1
aren't in 1.2.0-alpha1
yet. For example, it can't redirect to android artifacts, published by Google.
If you need android, use 1.0.1
or 1.1.0-alpha01
Tunji Dahunsi
01/28/2022, 4:21 PMLazyVerticalGrid
with the spans
and keys
arguments.Tunji Dahunsi
01/28/2022, 8:46 PM1.1.0-alpha02
when it lands? I see a tag for it in github, but no published artifacts yetIgor Demin
01/29/2022, 6:57 AMbut no published artifacts yetartifacts are published in
maven("<https://maven.pkg.jetbrains.space/public/p/compose/dev>")
, not in mavenCentral
Actually 1.1.0-alpha02
is already landed.Igor Demin
01/29/2022, 7:02 AMthis restrictionYou mean to have
LazyVerticalGrid
with the spans
and keys
arguments?
Compose MPP 1.1.0 will have features only from Jetpack Compose 1.1.0.
If Jetpack Compose doesn't have these features, MPP won't have them either.olonho
01/30/2022, 8:29 AM1.1.0-alpha02
to Maven Central as well