SymbolName

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class SymbolName(val name: String)

Forces the compiler to use specified symbol name for the target external function.

TODO: changing symbol name breaks the binary compatibility, so it should probably be allowed on internal and private functions only.

Constructors

Link copied to clipboard
fun SymbolName(name: String)

Properties

Link copied to clipboard