izhangzhihao / unmeta

remove all Kotlin Metadata and DebugMetadata annotations from .class files
https://plugins.gradle.org/plugin/io.github.izhangzhihao.unmeta
MIT License
39 stars 4 forks source link

Doesn't work for Desktop Apps, like Compose Desktop #4

Open Shabinder opened 2 weeks ago

Shabinder commented 2 weeks ago

🐛 Describe the bug

Even after applying the plugin in project with compileKotlinJvm, DebugMetadata annotations are still there.

⚠️ Current behavior

Same as said, DebugMetadata still there.

✅ Expected behavior

DebugMetadata ,etc annotations should be stripped away.

💣 Steps to reproduce

📷 Screenshots

image
izhangzhihao commented 2 weeks ago

make sure you followed the README, and check the gradle dry run plan.