autonomousapps / autonomousapps/dependency-analysis-gradle-plugin
Detect if the plugin `kotlin-parcelize` is not used
Open
enhancement
toolchain:kotlin
- Dominant language
- Kotlin
- Stars
- 2.2k
- Forks
- 158
- Avg merge
- 16h 25m
- Merged PRs (30d)
- 46
Description
**Is your feature request related to a problem? Please describe.**
Detect unused if a module declares the plugin `id("kotlin-parcelize")` and doesn't use it.
**Describe the solution you'd like**
Raise a suggestion to remove `kotlin-parcelize` if the annotation `@Parcelize` is not used.
Contributor guide
Research direction
Start by tracing how the plugin detects declared plugins and how it determines whether annotations are used. Implement the requested suggestion for modules declaring kotlin-parcelize without @Parcelize usage, and add or update tests covering both usage and non-usage cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100