setResourcesDir

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

Sets the output directory for resources

See example at SourceSetOutput

Parameters

resourcesDir

the resources dir. Should not be null.