kotlin-reflect

All Types

This annotation marks the experimental kotlin-reflect API that allows to approximate a Kotlin lambda or a function expression instance to a KFunction instance. The behavior of this API may be changed or the API may be removed completely in any further release.

Since Kotlin 1.5

An exception that is thrown when call is invoked on a callable or get or set is invoked on a property and that callable is not accessible (in JVM terms) from the calling method.

Since Kotlin 1.1

An exception that is thrown when getDelegate is invoked on a KProperty object that was not made accessible with isAccessible.

Since Kotlin 1.1

An exception that is thrown when the code tries to introspect a property of a class or a package and that class or the package no longer has that property.

Since Kotlin 1.1