fun step(step: BuildStep): Unit
Adds the specified step
step - build step to add
step
fun step(init: BuildStep.() -> Unit): BuildStep
Adds a build step initialized with specified init block
init - block to initialize the step
init
Return added build step