KlipContext 
    data class KlipContext(    val path: String,     val key: String,     val update: Boolean,     val serverUrl: String)
Content copied to clipboard
A container to pass in compiler-plugin data
Parameters
path
file path to retrieve and save klip for the given context
key
key to write the klip under in the file at path
update
whether the klip should be overridden instead of asserted
serverUrl 
to query for klips
Constructors
Link copied to clipboard
                fun KlipContext(    path: String,     key: String,     update: Boolean,     serverUrl: String)
Content copied to clipboard