I am trying to run Jacoco with Gradle for a sample Android App. I know that both Android and Java plugin cannot be included, so I believe that pre-instrumentation should be done for android code, before running tests to generate jacoco.exec file. However, I am getting TargetInvocationException, caused by java.lang.StackOverflowError while running my gradle build file. The error is: FATAL ERROR in native method: processing of -javaagent failedI am trying to run Jacoco with Gradle for a sam