You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library provides the runtime component that enables full support of the reflection features in `kotlin.reflect` package
6
+
and extensions for the reflection types.
7
+
8
+
It's provided as an optional artifact separate from the standard library to reduce the required size of the runtime dependencies
9
+
for applications that do not use reflection features.
10
+
11
+
# Package kotlin.reflect.full
12
+
13
+
Extensions for [Kotlin reflection](https://kotlinlang.org/docs/reference/reflection.html) types like [kotlin.reflect.KClass], [kotlin.reflect.KType], and others.
14
+
15
+
# Package kotlin.reflect.jvm
16
+
17
+
Extensions for conversion between [Kotlin reflection](https://kotlinlang.org/docs/reference/reflection.html) and
18
+
Java reflection types and other JVM-specific extensions.
0 commit comments