Sorry if this question already been asked, but is it possible to run latest compose alpha with AGP 4.1.1? decided to upgrade from alpha03 to alpha07 but gradle can’t resolve compose-compiler-1.0.0-alpha07 =(
m
Mehdi Haghgoo
11/17/2020, 11:37 AM
I think Compose currently only works with Canary versions. So, gradle plugin 4.1.1 might not work because it is for the stable version of the IDE.
j
Javier
11/17/2020, 12:23 PM
Using with compose desktop you can't use canary versions for example and it works with AGP 4.0.1
n
nonameden
11/17/2020, 5:37 PM
Ok, thank you, looks like going to stick to alpha03 for awhile ((
l
louiscad
11/19/2020, 8:37 PM
Why not use AGP 4.2?
n
nonameden
11/19/2020, 8:39 PM
we have 60+ modules, which managed by different teams, it is too risky for us to switch all modules to Canary AGP, we wanted to experiment on one module with Compose
l
louiscad
11/19/2020, 8:40 PM
That's a little unrelated to the original matter, but I'd try AGP 4.2 now so I can report any issues before the release comes out.
n
nonameden
11/19/2020, 8:41 PM
the best solution to us keep stable AGP for all modules and use only Canary for modules with Compose…