KoReadOnlyProvider

Deprecated

Will be removed in version 0.18.0

Replace with

KoIsReadOnlyProvider

An interface representing a Kotlin declaration that provides access to the read only information.

Inheritors

Properties

Link copied to clipboard
abstract val isReadOnly: Boolean

Determines whatever declaration is read only (i.e. is declared as val).