I am trying to use pitest plugin in a helloworld android studio project to do mutation testing. However after following the instruction it's giving following errors :
This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2021.1.1 or newer.
I have build.gradle
dependencies : classpath 'com.android.tools.build:gradle:7.0.0'
and gradlewrapper properties to : distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
Any help how to resolve this ?