hi everyone, is there anyway we can add another fo...
# compose
z
hi everyone, is there anyway we can add another folder as a source to the composeResources? This is not working, the resource builder doesn’t pick up the resources from this folder:
Copy code
sourceSets["commonMain"].resources.srcDirs("src/flavor/composeResources")
sourceSets["commonMain"].kotlin.srcDirs("src/flavor/composeResources")