Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suppressing kapt processor still suggests to remove kapt plugin #482

Closed
tasomaniac opened this issue Mar 27, 2022 · 1 comment · Fixed by #604
Closed

suppressing kapt processor still suggests to remove kapt plugin #482

tasomaniac opened this issue Mar 27, 2022 · 1 comment · Fixed by #604
Labels
bug Something isn't working

Comments

@tasomaniac
Copy link
Contributor

If the kapt processor has a suppress annotation, that is ignored from the report. But if that's the only one in the module, then ModuleCheck still suggests removing the plugin. In this case, 2 annotations are needed to fully suppress.

Instead, it should be successful when the only unused kapt process is suppressed.

@RBusarow RBusarow added the bug Something isn't working label Apr 4, 2022
@RBusarow
Copy link
Member

This is fixed in 0.12.1. I tagged the PR (#604) with the wrong issue, so this issue wasn't auto-closed upon merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants