since I couldn't find `decodeToImageVector`, I tri...
# compose-desktop
b
since I couldn't find
decodeToImageVector
, I tried getting compose resource plugin to work, but for my setup the default
ResourceReader
does not work. I thought I might be able to override it, since it's injected using
LocalResourceReader
, but it looks like all those classes are marked
internal
so I don't think I can do that. I'm not sure what options I have for getting this to work.