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

Plugin doesn't suggest to remove ksp plugin and ksp deps #1308

Open
Jacks0N23 opened this issue Nov 13, 2024 · 1 comment
Open

Plugin doesn't suggest to remove ksp plugin and ksp deps #1308

Jacks0N23 opened this issue Nov 13, 2024 · 1 comment

Comments

@Jacks0N23
Copy link

Plugin version
2.4.2

Gradle version
8.11

JDK version
17

(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version
2.0.21

(Optional) Android Gradle Plugin (AGP) version
8.7.2

Describe the bug
I have old module that had ksp plugin applied in plugins block by alias and ksp dep on dagger.compiler. And I know that they are not required more, but plugin doesn't suggest me to remove them

To Reproduce

  1. create module with ksp lib and dep applied
  2. add some code that doesn't use ksp
  3. run module:projectHealth

Expected behavior
Plugin suggest that I should remove this plugin and dependency

@autonomousapps
Copy link
Owner

This sounds like a feature request (not a bug)? You want the plugin to suggest removing KSP if it's not used?

Could you please provide a minimal project that displays the behavior you're interested in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants