I have multi-module Android/Gradle project. The project has two Java modules and several Android modules. I start sonar by runnig the sonarRunner task in the project root. Unfortunatelly the "lines of code", "files", "functions", "complexity" etc. do not include the Android .java files.
The issues (major, minor, blocker, ...) on the other hand are included in the analysis.
Is there a way to include the Android-Java files to the statistics?
Sonarqube version is 4.5.1
Thanks