parameters

abstract fun parameters(configureAction: Action<in P>)(source)

Runs the given action to configure the parameters.

The action is invoked even when the service declares BuildServiceParameters.None as its parameters type; in that case it receives the BuildServiceParameters.None singleton.