so with the new Compose Bom there's a pretty major...
# compose
o
so with the new Compose Bom there's a pretty major crash with XProgressIndicator (Cirular, Linear), whereby just including it even in a fresh project as the lone element will cause the application to crash kotlin version
1.9.22
ComoseBOM
2024.01.00
Compose Compiler
1.5.8
https://pastebin.com/7jUpngYA
1
r
We are aware, sorry about that 😕
o
ah sorry didn't look there first!
y
i have one solution can you try that,
Copy code
implementation("androidx.compose.material3:material3-android:1.2.0-beta02")
use this for material3 now it is working for me
o
yea that fix is mentioned in the issue tracker already
l
Be aware there is a ripple effect with other dependencies, which transitively pull
compose.animation:animation-core:1.6.0
where this bug apparently originates. E.g. we have experienced the same ProgressIndicator crash when updating
accompanist-permissions
to
0.34.0
(even though we explicitly use
compose-bom:2023.10.01
)
s
This is fixed in 2024.02.00 but this issue remains https://issuetracker.google.com/issues/324301024