api / org.gradle.api / BuildableComponentSpec / builtBy

builtBy

abstract fun builtBy(vararg tasks: Any): Unit

Adds tasks required to build this component. Tasks added this way are subsequently added as dependencies of this component's build task.