am trying to load animated vector drawable from th...
# compose
m
am trying to load animated vector drawable from the resources like this
animatedVectorResource(id = R.drawable.vector_name)
but am getting
Resource not found: can't load resource 0x0
. I have resource inside
R.drawable
folder what is the problem here?