tree: 6d93a4594003f8ac3910b7cc4671bab133b59986 [path history] [tgz]
  1. jvm/
  2. src/
  3. build.gradle.kts
  4. ReadMe.md
libraries/kotlinx-metadata/ReadMe.md

kotlinx-metadata

This is the platform-agnostic part of the Kotlin Metadata library, intended to provide the possibility to read and modify metadata of Kotlin declarations in the binary (.class, .js) files emitted by the Kotlin compiler. This part of the library is currently not released on its own. Please refer to kotlinx-metadata-jvm for instructions on how to load and modify Kotlin Metadata in JVM binaries (.class and .kotlin_module files).