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