Klippable
annotation class Klippable
Content copied to clipboard
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)
See also
Parameters
_context
KlipContext injected by the compiler with details about the klip file