e.g. So that we can have both MaterialSymbols and TablerIcons without having to use multiple modules.
The icon pack DSL can be extended to support an optional sourceFolder which if set makes the block look for icons in src/commonMain/valkyrieResources/{sourceFolder} as opposed to it's parent. Potentially there should be a check to ensure that sourceFolder is set if we detect the declaration of multiple icon pack
e.g. So that we can have both
MaterialSymbolsandTablerIconswithout having to use multiple modules.The icon pack DSL can be extended to support an optional
sourceFolderwhich if set makes the block look for icons insrc/commonMain/valkyrieResources/{sourceFolder}as opposed to it's parent. Potentially there should be a check to ensure that sourceFolder is set if we detect the declaration of multiple icon pack