I have been trying to find a good static analysis tool for Kotlin and already looked into detekt, ktlint and sonarqube. I learned that intellij has a built-in static analysis tool which can be run from the command line. I am wondering if this will provide similar results to running the inspection from Android Studio