gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.api.file
/
CopySpec
/
from
from
abstract
fun
from
(
sourcePaths
:
Array
<
Any
>
)
:
CopySpec
abstract
fun
from
(
sourcePath
:
Any
,
@
DelegatesTo
(
value
=
CopySpec::class
)
c
:
Closure
)
:
CopySpec
abstract
fun
from
(
sourcePath
:
Any
,
configureAction
:
Action
<
out
Any
>
)
:
CopySpec