kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.native
/
RetainForTarget
Retain
For
Target
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
,
AnnotationTarget.CLASS
]
)
annotation class
RetainForTarget
(
val
target
:
String
)
Preserve the function entry point during global optimizations, only for the given target.
Constructors
Properties
Constructors
Retain
For
Target
Link copied to clipboard
Native
fun
RetainForTarget
(
target
:
String
)
Properties
target
Link copied to clipboard
Native
val
target
:
String