@Target([AnnotationTarget.FUNCTION]) annotation class SymbolName
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.
Forces the compiler to use specified symbol name for the target external
function.
SymbolName(name: String)
val name: String
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native/-symbol-name/index.html