api / org.gradle.kotlin.dsl / org.gradle.api.file.ConfigurableFileCollection

Extensions for org.gradle.api.file.ConfigurableFileCollection

getValue

operator fun ConfigurableFileCollection.getValue(receiver: Any?, property: KProperty<*>): ConfigurableFileCollection

Property delegate for ConfigurableFileCollection instances.

setValue

operator fun ConfigurableFileCollection.setValue(receiver: Any?, property: KProperty<*>, value: Iterable<*>): Unit

Property delegate for ConfigurableFileCollection instances.