expand

inline fun CopySpec.expand(vararg properties: Pair<String, Any?>): CopySpec(source)
inline fun CopySpec.expand(vararg properties: Pair<String, Any?>): CopySpec(source)
inline fun CopySpec.expand(vararg properties: Pair<String, Any?>, action: Action<in ExpandDetails>): CopySpec(source)
inline fun CopySpec.expand(vararg properties: Pair<String, Any?>, action: Action<in ExpandDetails>): CopySpec(source)

Kotlin extension function for org.gradle.api.file.CopySpec.expand.

See also

CopySpec.expand

inline fun AbstractCopyTask.expand(vararg properties: Pair<String, Any?>): AbstractCopyTask(source)
inline fun AbstractCopyTask.expand(vararg properties: Pair<String, Any?>): AbstractCopyTask(source)
inline fun AbstractCopyTask.expand(vararg properties: Pair<String, Any?>, action: Action<in ExpandDetails>): AbstractCopyTask(source)
inline fun AbstractCopyTask.expand(vararg properties: Pair<String, Any?>, action: Action<in ExpandDetails>): AbstractCopyTask(source)

Kotlin extension function for org.gradle.api.tasks.AbstractCopyTask.expand.

See also

AbstractCopyTask.expand

inline fun ContentFilterable.expand(vararg properties: Pair<String, Any?>): ContentFilterable(source)
inline fun ContentFilterable.expand(vararg properties: Pair<String, Any?>): ContentFilterable(source)

Kotlin extension function for org.gradle.api.file.ContentFilterable.expand.

See also

ContentFilterable.expand

inline fun ContentFilterable.expand(vararg properties: Pair<String, Any?>, action: Action<in ExpandDetails>): ContentFilterable(source)
inline fun ContentFilterable.expand(vararg properties: Pair<String, Any?>, action: Action<in ExpandDetails>): ContentFilterable(source)

Kotlin extension function for org.gradle.api.file.ContentFilterable.expand.

Since

7.2

See also

ContentFilterable.expand