It looks like Android String resources are availab...
# compose
d
It looks like Android String resources are available during an IDE Compose Preview; but raw file resources are not? I have a preview that tries to access some SVG data from a raw resource, but this just comes back
null
😞