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:
fun klippable(..., _context: KlipContext? = null)
See also
Parameters
_context
KlipContext injected by the compiler with details about the klip file
Constructors
Klippable
Link copied to clipboard
fun Klippable()
Content copied to clipboard
KlipContext injected by the compiler with details about the klip file