My project is comprised of the main module, followed by other module dependencies. One such dependency is "commons". In "commons" there is an asset folder called "flags" let's say.
If we know in advance that this folder will never be used, is there a way to write a proguard rule to exclude this specific "flags" folder?
In my project, the main module does not use any code from the "commons" module that specifically targets this folder, yet it is still included in the final package.