Sorry if this question already been asked, but is ...
# compose
n
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
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
Using with compose desktop you can't use canary versions for example and it works with AGP 4.0.1
n
Ok, thank you, looks like going to stick to alpha03 for awhile ((
l
Why not use AGP 4.2?
n
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
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
the best solution to us keep stable AGP for all modules and use only Canary for modules with Compose…