How to use `Drawable` in `Image` composable , I di...
# compose
w
How to use
Drawable
in
Image
composable , I didn't see default composable doing that . I always to want pass it as drawable , what would be the ideal way to convert it to some existing
Image
composable or is there any workaround
w
Hi Albert , Is there any workaround since I don't want to introduce accompanist dependency
j
If you don't want the dependency (not sure why you wouldn't but ok) then take the code that does what you want from Accompanist and add it to your app
w
Did the same already , thanks guys 🙏