RetainForTarget

@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

Link copied to clipboard
fun RetainForTarget(target: String)

Properties

Link copied to clipboard