Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/udalov/kotlinx-metadata-examples

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

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# kotlinx-metadata-examples

This project contains usage examples of [kotlinx-metadata-jvm](https://bintray.com/kotlin/kotlinx/kotlinx.metadata).

To execute all tests in the project, run:

./gradlew clean build

Available examples:

* [FindKotlinGeneratedMethods](src/main/java/examples/FindKotlinGeneratedMethods.java) -- finds declarations in the class file that are automatically generated by the Kotlin compiler; useful for code coverage tools (see [KT-18383](https://youtrack.jetbrains.com/issue/KT-18383))