I already read some articules related to this, this and this but I could not found the answer. Using the Gradle Plugin in Android Studio, I can't generate the file jacoco.exec (neither *.exec in any subfolder).
What do I have to set in the build.gradle file in order to generate this file?
Note: Remember that I'm using the Gradle Plugin (which is different) and Android Studio.