Kotlin Full Reflection Library provides runtime introspection capabilities for Kotlin classes, properties, and functions.
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>2.3.21</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Get the KClass instance for a Kotlin class using the class reference syntax.
No known issues recorded.
No dependency data recorded yet.