According to #500 (comment) findsecbugs is Kotlin-ready.
But in my case it isn't giving any output when analysing my Kotlin project. It is analysing the java files but not the kotlin files. I created a java file and a kotlin file with the exact same Bug. It finds the Bug in the java file but not in the kotlin file.
Im using the Gradle-plugin to scan my Android Project.
Problem
According to #500 (comment) findsecbugs is Kotlin-ready. But in my case it isn't giving any output when analysing my Kotlin project. It is analysing the java files but not the kotlin files. I created a java file and a kotlin file with the exact same Bug. It finds the Bug in the java file but not in the kotlin file. Im using the Gradle-plugin to scan my Android Project.