Klippable

annotation class Klippable

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

Constructors

Klippable
Link copied to clipboard
common
fun Klippable()
absolute path to the file where klips should be written