hello everyone, i create a kotlin multiplatform li...
# compose
p
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 :
e
a raw
aar
does not carry any dependency information
if you need to share between projects, use a Maven publication
p
ok thanks