Can't seem to figure out why gradle is searching f...
# compose
a
Can't seem to figure out why gradle is searching for
compose-compiler
event though I declared
androidx.compose.compiler:compiler
as dependency.
more info with debug
also searched whole project for
compose-compiler
string, but there's no result for it. I'm thinking it might be a cache issue, but don't know from which artifact
z
are you using AGP alpha13?
a
nope. I'm on stable
4.0.0
. Doesn't it work anymore? Used to work with
alpha02
z
nope, release notes specify that 4.2.0-alpha13 is a requirement
👍 1
a
sadpanda
thanks!