Hello there! Is out there any tool to find unused ...
# dagger
b
Hello there! Is out there any tool to find unused dependencies on dagger? I have a lot of components and modules and I would like to find which dependencies I can remove.
e
c
I have recently come across this :https://arunkumar9t2.github.io/scabbard/ I've not had a chance to try it out myself though.
b
yes, both are really good tools but they don't provide me the desired information. I'm thinking about creating my own. If I end up implementing it I'll post it here
f
there’s no such thing that exists to my knowledge, the best way to do this is to clean the project (that way your dagger generated files aren’t connected) and run an inspection
Copy code
Code -> Analyze -> Run inspection by name
Unused declaration
176 Views