toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.file
/
ConfigurableFileCollection
/
setFrom
set
From
API
abstract
fun
setFrom
(
paths
:
Iterable
<
out
Any
>
)
(
source
)
abstract
fun
setFrom
(
paths
:
Array
<
Any
>
)
(
source
)
Sets the source paths for this collection. The given paths are evaluated as per
files
.
Parameters
paths
The paths.