Klippable

annotation class 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)

See also

Parameters

_context

KlipContext injected by the compiler with details about the klip file

Constructors

Klippable
Link copied to clipboard
common
fun Klippable()