Hej all, I'm failing to build with the following i...
# koin-contributors
t
Hej all, I'm failing to build with the following issue; does anyone know how to resolve it?
> Could not find androidx.compose.compilercompiler1.0.0-alpha03.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/androidx/compose/compiler/compiler/1.0.0-alpha03/compiler-1.0.0-alpha03.pom
- https://jcenter.bintray.com/androidx/compose/compiler/compiler/1.0.0-alpha03/compiler-1.0.0-alpha03.pom
Required by:
project :koin-androidx-compose
j
alpha 03 had another artifact
t
The Gradle Plugin makes the difference
Copy code
4.2.0-alpha12
works well while
Copy code
4.2.0-alpha13
doesn't work.
j
alpha13 only works with compose alpha04
a
I’m in AS 4.2 - Canary 13
project is in
4.2.0-alpha12
t
My installation refused to work and required me to update the Plugin. Updating to compose alpha04 fully resolves the issue and AS stops complaining.
a
Ok, will check to upgrade to alpha04 👍
j
@arnaud.giuliani that should not work (canary13 with alpha03)
a
and upgrade AS 4.2 - alpha13 ?
j
Yeah I think you need both to latest
a
sure
t
@arnaud.giuliani I was trying to run the Jetnews example without success. It's always breaking with an error about the state. The same happens within the android tests for it. I'll look for the stacktrace again. Is it working for you?
a
yes, working fine 😕
t
I think I checked it on both combinations, but this one is on AS alpha13 Compose alpha04
a
trying to run it
t
I think this issue comes up when loading the list.
a
ok, same with me 😛
👍 1
same stack error
t
I'll look into it later again, but I don't know too much about Compose yet.
a
seems that alpha03 is not online anymore 🤔
weird
t
I think it's the artifact group only. It changed from
androidx.compose
to
androidx.compose.compiler
and alpha04 was the first release with it https://maven.google.com/web/index.html#androidx.compose.compiler:compiler:1.0.0-alpha04
👌 1
a
2 times they done that 🤦‍♂️
j
I think they have to do one more time with UI artifact
😀 2