fun step(base: BuildStep? = null, init: BuildStep.() -> Unit = {}): Unit
Adds a new build step
base - step to copy from
base
init - function to initialize the step
init