I tried to use an animated webp in Compose for Desktop and it simply shows the static image, without an animation.
As for Jetpack Compose (android), it seems animated webps are not supported out of a box either. But some suggest to try Coil lib https://coil-kt.github.io/coil/compose/ (it's not available in Compose Multiplatform though, so andorid only)
I tried to use an animated webp in Compose for Desktop and it simply shows the static image, without an animation.
As for Jetpack Compose (android), it seems animated webps are not supported out of a box either. But some suggest to try Coil lib https://coil-kt.github.io/coil/compose/ (it's not available in Compose Multiplatform though, so andorid only)