KoTopLevelProvider

Deprecated

Will be removed in version 0.18.0

Replace with

KoIsTopLevelProvider

An interface representing a Kotlin declaration that provides information about whether it is defined at top level.

Inheritors

Properties

Link copied to clipboard
abstract val isTopLevel: Boolean

Determines whatever the declaration is defined at top level.