template

fun template(template: Template)

Registers the specified template in this project

Parameters

template

template to register

See also


fun template(init: Template.() -> Unit): Template

Registers a new template initialized with the specified init block in this project

Parameters

init

initialization block

return

added template

See also