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.