apply

open override fun apply(action: Action<in ObjectConfigurationAction>)(source)

Applies zero or more plugins or scripts.

The given action is used to configure an [ObjectConfigurationAction], which “builds” the plugin application.

Parameters

action

the action to configure an ObjectConfigurationAction with before “executing” it

See also