I’m trying to build for android using version `1.2...
# compose-desktop
t
I’m trying to build for android using version
1.2.0-alpha1-dev578
, but I run into
Copy code
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.
i
Some features from
1.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
t
I see thank you. The reason for trying to upgrade was so I could use
LazyVerticalGrid
with the
spans
and
keys
arguments.
Just one more question, will this restriction be in
1.1.0-alpha02
when it lands? I see a tag for it in github, but no published artifacts yet
i
but no published artifacts yet
artifacts are published in
maven("<https://maven.pkg.jetbrains.space/public/p/compose/dev>")
, not in
mavenCentral
Actually
1.1.0-alpha02
is already landed.
this restriction
You 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.
1
K 1
o
published
1.1.0-alpha02
to Maven Central as well