anyone came across this error before in compose?
# compose
j
anyone came across this error before in compose?
y
You're probably using a lib that wasn't compile against alpha07. Alpha07 broke compatibility with previous versions
j
am using def jetpack_compose = "1.0.0-alpha06"
umm
y
Then maybe you're using a lib compiled against alpha07 ?
i
If you're using Navigation Compose alpha02, you'll need to upgrade to Compose 1.0.0-alpha07
j
all my compose resides on the above jetpack_compose variable
y
Navigation Compose library is not using the same version value
j
i am not using navigation compose yet
y
ok, can you list the libs that you're using that are using compose?
maybe
accompanist
?
1
j
ahh i think its a problem with `
Copy code
CoilImage
Via
accompanist
as you rightly mentioned
someone reocmmended i use that and thats when i started having the issue
@annsofi
y
this version should work fine, but I suggest that instead you bump to alpha07 of compose
j
yea i am guna try that and do a clena build and install
g
Should compose start providing BOM dependency to avoid those issues?
j
BOM?