https://kotlinlang.org logo
#koin-dev
Title
# koin-dev
t

tynn

10/07/2020, 5:06 PM
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

Javier

10/07/2020, 5:15 PM
alpha 03 had another artifact
t

tynn

10/07/2020, 7:52 PM
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

Javier

10/07/2020, 8:50 PM
alpha13 only works with compose alpha04
a

arnaud.giuliani

10/08/2020, 7:29 AM
I’m in AS 4.2 - Canary 13
project is in
4.2.0-alpha12
t

tynn

10/08/2020, 7:32 AM
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

arnaud.giuliani

10/08/2020, 7:38 AM
Ok, will check to upgrade to alpha04 👍
j

Javier

10/08/2020, 7:38 AM
@arnaud.giuliani that should not work (canary13 with alpha03)
a

arnaud.giuliani

10/08/2020, 7:39 AM
and upgrade AS 4.2 - alpha13 ?
j

Javier

10/08/2020, 7:40 AM
Yeah I think you need both to latest
a

arnaud.giuliani

10/08/2020, 7:40 AM
sure
t

tynn

10/08/2020, 7:41 AM
@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

arnaud.giuliani

10/08/2020, 7:42 AM
yes, working fine 😕
t

tynn

10/08/2020, 7:44 AM
I think I checked it on both combinations, but this one is on AS alpha13 Compose alpha04
a

arnaud.giuliani

10/08/2020, 7:44 AM
trying to run it
t

tynn

10/08/2020, 7:45 AM
I think this issue comes up when loading the list.
a

arnaud.giuliani

10/08/2020, 7:45 AM
ok, same with me 😛
👍 1
same stack error
t

tynn

10/08/2020, 7:46 AM
I'll look into it later again, but I don't know too much about Compose yet.
a

arnaud.giuliani

10/08/2020, 7:47 AM
seems that alpha03 is not online anymore 🤔
weird
t

tynn

10/08/2020, 7:51 AM
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

arnaud.giuliani

10/08/2020, 7:55 AM
2 times they done that 🤦‍♂️
j

Javier

10/08/2020, 7:55 AM
I think they have to do one more time with UI artifact
😀 2
2 Views