DenisGL
Results
2
comments of
DenisGL
I also have the same issue.
Yes, that would be nice. At first, I understood that this was possible, according to the documentation: ``` resourcesSourceSets { getByName("jvmMain").srcDirs( File(projectDir, "customResources") ) } ``` Note: I replaced "jvmMain"...