I was trying to add this one to an android project and Gradle fails.
./gradlew pitest
Parallel execution with configuration on demand is an incubating feature.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':module'.
> The 'java' plugin has been applied, but it is not compatible with the Android plugins.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Are there any plans on supporting android?
I was trying to add this one to an android project and Gradle fails.
Are there any plans on supporting android?