Klippable
annotation class Klippable
Content copied to clipboard
Annotation to mark functions to be picked up by the compiler plugin. Function signature must end with three optional nullable arguments as shown bellow:
fun klippable(..., path: String? = null, key: String? = null, update: Boolean? = null)
See also
Parameters
path
absolute path to the file where klips should be written
key
unique key for the klip withing the given file
update
whether klips should be updated