Klippable
Annotation to mark functions to be picked up by the compiler plugin. Function signature must contain optional nullable KlipContext argument as shown bellow:
@Klippable
fun klippable(..., _context: KlipContext? = null)Content copied to clipboard
See also
Parameters
_context
KlipContext injected by the compiler with details about the klip file