KoAliasProvider

An interface representing a Kotlin declaration that provides an alias.

Inheritors

Properties

Link copied to clipboard

Alias of the declaration.

Functions

Link copied to clipboard
abstract fun hasAlias(predicate: (KoImportAliasDeclaration) -> Boolean? = null): Boolean

Determines whatever declaration has a specified alias.