from

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