When using Compose Resources, is it possible to "t...
# multiplatform
h
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.
k
just implement a task to generate a file with a list of your files, and read it in the runtime