step

fun step(step: BuildStep)

Adds the specified step

Parameters

step

build step to add


fun step(init: BuildStep.() -> Unit): BuildStep

Adds a build step initialized with specified init block

Return

added build step

Parameters

init

block to initialize the step