into

open fun into(destDir: Any): AbstractCopyTask(source)


open fun into(destPath: Any, configureClosure: Closure): AbstractCopyTask(source)
open fun into(destPath: Any, copySpec: Action<in CopySpec>): CopySpec(source)

Creates and configures a child CopySpec} with the given destination path. The destination is evaluated as per org.gradle.api.Project#file(Object).