api / org.gradle.api.file / ConfigurableFileCollection / from

from

abstract fun from(vararg paths: Any): ConfigurableFileCollection

Adds a set of source paths to this collection. The given paths are evaluated as per org.gradle.api.Project#files(Object...).

Parameters

paths - The files to add.

Return
this