setResourcesDir

abstract fun setResourcesDir(resourcesDir: File)
abstract fun setResourcesDir(resourcesDir: Any)

Sets the output directory for resources

See example at SourceSetOutput

Parameters

resourcesDir

the resources dir. Should not be null.