Package-level declarations

Types

Link copied to clipboard
annotation class DeprecatedParameter(val reason: String)

Marks a parameter as deprecated.

Link copied to clipboard
annotation class Keep

Annotate a class, function, or property to keep it in the output even if it's not used.

Link copied to clipboard
annotation class KeepNames

Annotate a class, function, or property to keep its names in the output even if it's not used.