InternalSubpluginOption

open class InternalSubpluginOption(val key: String, value: String) : SubpluginOption

Represents a Kotlin compiler plugin option that is excluded from Gradle task input/output checks.

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Properties

Link copied to clipboard
val key: String
Link copied to clipboard

The value of this option.