hello everyone, i create a kotlin multiplatform library with some composables in it which uses compose.resources drawables xmls to display an image
then, i generated an aar file, and added that aar file to my main android app
i am trying to use that composable in my android app, but it's unable to display that image
(normal text composables are working fine)
error :