KlipOption

sealed class KlipOption<T>

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

Types

Link copied to clipboard
object Debug : KlipOption<String>
Link copied to clipboard
object Enabled : KlipOption<Boolean>

Toggles the compiler processing on/off

Link copied to clipboard
object KlipAnnotation : KlipOption<List<String>>

Registers an annotation to be used to identify "klippable" functions

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

Link copied to clipboard
object ScopeFunction : KlipOption<List<String>>

Registers a function to be used to identify "scope" functions under which "klippable" function detection should happen

Link copied to clipboard
object ServerUrl : KlipOption<String>
Link copied to clipboard
object Update : KlipOption<Boolean>

Value passed to "klippable" functions to indicate that klips should be updated

Properties

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

Inheritors

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