feature

suspend fun feature(name: String, block: suspend FeatureResourceBuilder.() -> Unit): Feature

Parameters

name

The unique name of the resulting resource.

block

Builder for Feature.

See also


fun feature(name: String): Feature

Parameters

name

The unique name of the resulting resource.

See also