fun feature(feature: ProjectFeature): Unit
Adds the specified project feature
feature
- project feature to add
fun feature(init: ProjectFeature.() -> Unit): ProjectFeature
Adds a project feature initialized with specified init block
init
- block to initialize the project feature
Return
added project feature