From 625c34f332988f807a80c205728249b009741bb5 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sun, 7 Jul 2024 02:20:03 +0800 Subject: [PATCH] docs: update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5e16c0d..21602cb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@

+> This is a fork of [Unmeta](https://github.com/axzae/unmeta-gradle-plugin). +> +> Supported remove `@Metadata` and `@SourceDebugExtension`. +> +> Clone this repository and run `./gradlew publishToMavenLocal` to use the plugin. + A gradle plugin for Android Project to remove all Kotlin [`@DebugMetadata`][debugmetadata] annotations from the compiled classes. @@ -112,8 +118,13 @@ Feel free to open an issue or submit a pull request for any bugs/improvements. SOFTWARE. [1]: https://github.com/Kotlin/kotlinx.coroutines/issues/2267#issuecomment-698826645 + [debugmetadata]: https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/jvm/src/kotlin/coroutines/jvm/internal/DebugMetadata.kt + [pluginportal]: https://plugins.gradle.org/plugin/com.axzae.unmeta + [mavencentral]: https://central.sonatype.com/artifact/com.axzae/unmeta + [actions]: https://github.com/axzae/unmeta-gradle-plugin/actions + [releases]: https://github.com/axzae/unmeta-gradle-plugin/releases