feature

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Feature.


fun feature(name: String): Feature

See also

Parameters

name

The unique name of the resulting resource.