Package-level declarations
Standard implementations of delegates for delegated properties and helper functions for implementing custom delegates.
Types
Link copied to clipboard
Implements the core logic of a property delegate for a read/write property that calls callback functions when changed.
Since Kotlin 1.0
Link copied to clipboard
Base interface that can be used for implementing property delegate providers.
Since Kotlin 1.4
Link copied to clipboard
Base interface that can be used for implementing property delegates of read-only properties.
Since Kotlin 1.0
Link copied to clipboard
Base interface that can be used for implementing property delegates of read-write properties.
Since Kotlin 1.0