api / org.gradle.language / BinaryProvider / whenFinalized

whenFinalized

abstract fun whenFinalized(action: Action<in T>): Unit

Registers an action to execute when the binary has been configured. The action is executed only when the element is required.

Since
4.6