KlipOption

sealed class KlipOption<T>

Internal-use class containing information about command line options passed by gradle plugin to kotlin plugin

Types

Enabled
Link copied to clipboard
object Enabled : KlipOption<Boolean>
Toggles the compiler processing on/off
KlipAnnotation
Link copied to clipboard
object KlipAnnotation : KlipOption<List<String>>
Registers an annotation to be used to identify "klippable" functions
ScopeAnnotation
Link copied to clipboard
object ScopeAnnotation : KlipOption<List<String>>
Registers an annotation to be used to identify "scope" functions under which "klippable" annotation detection should happen
Update
Link copied to clipboard
object Update : KlipOption<Boolean>
Value passed to "klippable" functions to indicate that klips should be updated

Properties

description
Link copied to clipboard
val description: String
key
Link copied to clipboard
val key: CompilerConfigurationKey<T>
name
Link copied to clipboard
val name: String
valueDescription
Link copied to clipboard
val valueDescription: String

Inheritors

KlipOption
Link copied to clipboard
KlipOption
Link copied to clipboard
KlipOption
Link copied to clipboard
KlipOption
Link copied to clipboard