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)