source

suspend fun source(name: String, block: suspend SourceResourceBuilder.() -> Unit): Source

Parameters

name

The unique name of the resulting resource.

block

Builder for Source.

See also


fun source(name: String): Source

Parameters

name

The unique name of the resulting resource.

See also