```implementation("com.google.accompanist:accompan...
# compose
v
Copy code
implementation("com.google.accompanist:accompanist-glide:0.10.0")
🙁 What an accompanist wants? https://google.github.io/accompanist/glide/
a
I was getting that error yesterday, in my case updating compose to beta07 was the fix https://stackoverflow.com/questions/67617728/java-lang-illegalstateexception-function-anonymous-count-4-index-4
🙏 1
v
I have 1.0.0-beta06. Change to 1.0.0-beta07 now working. THX.
👍 1
Compiles but does not run on beta07
Let it be for now:
Copy code
compose = "1.0.0-beta06"
accompanist = "0.6.2"
a
you need to update to the latest version of all compose related libraries because of a binary incompatible change in beta07. in your case you need to use the latest navigation-compose, not that it now has versioning consistent with the rest of navigation artefact -
navigation-compose-2.4.0-alpha01
1
v
I not have navigation-compose.
It looks like you need to wait for the update Hilt
a
are you on
hilt-navigation-compose-1.0.0-alpha02
?
1
“*Compose Compatibility* •
androidx.hilt:hilt-navigation-compose:1.0.0-alpha02
 is only compatible with Compose version 
1.0.0-beta07
 and above.”
🤷‍♂️ 1
🙏 1