Registry / utility / kotlin-reflect

kotlin-reflect

JSON →
library2.3.21javamavenunverified

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>
INSTALL
IMPORT
SIG · KOTLIN-REFLECT
K
kotlin-reflect
utilityjavav2.3.21
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KClass
kotlin.reflect.KClass

Get the KClass instance for a Kotlin class using the class reference syntax.

import kotlin.reflect.KClass fun main() { val clazz: KClass<String> = String::class println(clazz.simpleName) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.21latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kotlin-reflect — mvn dependency:get kotlin-reflect · libregistry