Skip to content

Releases: Kotlin/kotlinx.reflect.lite

1.1.0

05 Sep 15:08
Compare
Choose a tag to compare
  • Support for basic introspection of K* reflection entities available in kotlin.reflect
  • Partial support of reflect.full API: callSuspend, KCallable<*>.isAccessible, KClass<T>.primaryConstructor
  • Bi-directional mappings between Java and Kotlin reflection
  • KCallable support
  • Update kotlinx.metadata to 0.5.0
  • Update Kotlin to 1.7.10