manifest

abstract fun manifest(): Manifest(source)

Creates a new instance of a Manifest.


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

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<in Manifest>): Manifest(source)

Creates and configures a new instance of a Manifest.

Since

3.5

Parameters

action

The action to use to configure the manifest.