Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 419 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 419 Bytes

CHANGELOG

1.1.0

  • 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

1.0.0 (Feb 15, 2016)

Initial version