platform Application
suspend fun platformApplication(name: String, block: suspend PlatformApplicationResourceBuilder.() -> Unit): PlatformApplication
Parameters
name
The unique name of the resulting resource.
block
Builder for PlatformApplication.
See also
Parameters
name
The unique name of the resulting resource.