Another question concerning the new resource handl...
# compose-desktop
m
Another question concerning the new resource handling in 1.6.0-beta01 is why no accessor objects are generated for resources which are located in the
files
folder. There is only a generated general method
Res.readBytes
which takes a string path, so there is no safety at all.
a
If I understand correctly, that folder is for binary files (or whatever format your app knows how to read). What safety would you expect for that?
Ah, you mean a compiled resource handle?
👌 1
k
You want the raw directory as in the android. It might be implemented in the future