/kotlinx-metadata-examples

Example usage of kotlinx-metadata-jvm (https://bintray.com/kotlin/kotlinx/kotlinx.metadata)

Primary LanguageJava

kotlinx-metadata-examples

This project contains usage examples of kotlinx-metadata-jvm.

To execute all tests in the project, run:

./gradlew clean build

Available examples:

  • FindKotlinGeneratedMethods -- finds declarations in the class file that are automatically generated by the Kotlin compiler; useful for code coverage tools (see KT-18383)