When using Compose Resources, is it possible to "traverse" the "files" directory?
I need to read multiple json files. These files can be different for every build of my app so I don't have the direct path to each file beforehand - I just want to read all json files found in a specific folder in the "files" folder.