DenisGL

Results 2 comments of DenisGL

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"...