Binary Collection
A collection of binaries that are created and configured as they are required.
Each element in this collection passes through several states. The element is created and becomes 'known'. The element is passed to any actions registered using whenElementKnown. The element is then configured using any actions registered using configureEach and becomes 'finalized'. The element is passed to any actions registered using whenElementFinalized. Elements are created and configured only when required.
Since
4.5
Parameters
type of the elements in this container.
Functions
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.language.BinaryCollection.configureEach.
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.language.BinaryCollection.whenElementFinalized.
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.language.BinaryCollection.whenElementKnown.