CompositeSubpluginOption

constructor(key: String, value: String, originalOptions: List<SubpluginOption>)


constructor(key: String, lazyValue: Lazy<String>, originalOptions: List<SubpluginOption>)

Parameters

lazyValue

The combined value for this key. From the example above, this is value1;value2;value3.

originalOptions

The content of lazyValue as a list of SubpluginOptions which are used for Gradle task input/output checks.