Apologize if that has come up before, but does anyone know if Find Security Bugs works with Kotlin? Kind of a lazy web question. 🙂 https://find-sec-bugs.github.io/
k
karelpeeters
03/05/2018, 6:09 PM
It takes literally five minutes to install the plugin and try for yourself...
g
Gregg
03/05/2018, 9:13 PM
well, when I asked I wasn’t in a situation that allowed me to spend that 5 minutes. In fact, I asked from my phone and was out of the office. Was talking to someone about it and thought I’d ask the friendly community.
g
gildor
03/05/2018, 11:34 PM
Such code analyzers will work with Kotlin only if they use Uast (Universal AST, that provides universal API to analyze Java and Kotlin).
But higher chance that it uses standard idea API for that and supports only java.
But maybe make sense to try