Kotlin DSL Reference for Gradle
8.4-rc-2
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.file
/
CopySpec
/
eachFile
each
File
API
abstract
fun
eachFile
(
action
:
Action
<
out
Any
>
)
:
CopySpec
(
source
)
abstract
fun
eachFile
(
@
DelegatesTo
(
value
=
FileCopyDetails::class
)
closure
:
Closure
)
:
CopySpec
(
source
)