from

abstract fun from(@Nullable sourcePaths: Array<@Nullable Any>): CopySpec(source)
abstract fun from(sourcePath: Any, @DelegatesTo(value = CopySpec::class) c: Closure): CopySpec(source)
abstract fun from(sourcePath: Any, configureAction: Action<in CopySpec>): CopySpec(source)