Klip Settings
data class KlipSettings(enabled: Boolean, update: Boolean, klipAnnotations: Collection<FqName>, scopeAnnotations: Collection<FqName>)
Content copied to clipboard
Payload class to pass-along command line options
Constructors
KlipSettings
Link copied to clipboard
fun KlipSettings(enabled: Boolean, update: Boolean, klipAnnotations: Collection<FqName>, scopeAnnotations: Collection<FqName>)
Content copied to clipboard