manifest

abstract fun manifest(): Manifest

Creates a new instance of a Manifest.


abstract fun manifest(@DelegatesTo(value = Manifest::class) closure: Closure): Manifest

Creates and configures a new instance of a Manifest. The given closure configures the new manifest instance before it is returned.

Parameters

closure

The closure to use to configure the manifest.


abstract fun manifest(action: Action<out Any>): Manifest

Creates and configures a new instance of a Manifest.

Parameters

action

The action to use to configure the manifest.