toggle menu
kotlin-gradle-plugin-api
2.1.20-Beta2
jvm
switch theme
search in API
kotlin-gradle-plugin-api
/
org.jetbrains.kotlin.gradle.plugin
/
InternalSubpluginOption
Internal
Subplugin
Option
open
class
InternalSubpluginOption
(
key
:
String
,
value
:
String
)
:
SubpluginOption
Represents a Kotlin compiler plugin option that is excluded from Gradle task input/output checks.
Members
Constructors
Internal
Subplugin
Option
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)