No sure where to ask this so I'm asking this here....
# getting-started
b
No sure where to ask this so I'm asking this here. Is out there a good analysis tool to find dead code? detekt finds private code not used but I'm looking for something that finds public functions not used when evaluating a project with different modules. The only tool that I know is the one inside IntelliJ but I would like something that I could execute on my terminal.
s
Might not be a helpful answer, depending on what you're looking for, but you can run IntelliJ inspections from the command line: https://www.jetbrains.com/help/idea/command-line-code-inspector.html
❤️ 1
b
I didn't know that, nice!
j
I haven’t checked if Qodana reports this