Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/udalov/kotlinx-metadata-examples
- Owner: udalov
- Created: 2018-06-01T17:41:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T17:28:42.000Z (over 5 years ago)
- Last Synced: 2024-10-24T22:35:40.213Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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))