Package-level declarations
Functions
Link copied to clipboard
Ensures that a Java reflection AccessibleObject (like Method, Field, Constructor) is accessible. This method sets the accessible flag to true if it's not already set, allowing access to private, protected, or package-private members.
Ensures that a Kotlin reflection KCallable (like KFunction, KProperty) is accessible. This method sets the accessible flag to true if it's not already set, allowing access to private, protected, or package-private members.