ProguardAnnotations
ProguardAnnotations copied to clipboard
Makes dealing with Proguard simple and easy!
The Exception leads to this site withou the plugin [https://plugins.gradle.org/m2/gradle/plugin/ProguardAnnotations/proguard-annotations/0.3.0.12/proguard-annotations-0.3.0.12.pom](url) This is what I added to build.graddle.kts: `plugins { id("com.github.wrdlbrnft.proguard-annotations") version "0.3.0.12" }` I also tried with version 0.3.0.11
support package-info.java by ElementType.PACKAGE
Hiya, I was doing a scan of the Gradle Plugin Portal and noticed you are using an old version of the `plugin-publish-plugin`. There was a [bug in versions prior to...