@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–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native/-symbol-name/index.html