source

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Source.


fun source(name: String): Source

See also

Parameters

name

The unique name of the resulting resource.