Hello! How does KMP Compose load an <animated vect...
# compose
z
Hello! How does KMP Compose load an animated vector drawable XML?
AnimatedImageVector.animatedVectorResource()
only accepts android
@DrawableRes
id, which do not exist in KMP. In KMP, I can only use `vectorResource()` to get an `ImageVector`. How to convert it to
AnimatedImageVector
?
c
It does not. Animated Vector Drawable is an Android only resource.
z
It's too bad, in order to play a simple SVG/Vector animation I have to depend on a third-party library 😢