I have an Android Studio project in which I have plugins for Jacoco and Sonar and such for code quality.
I could run these tasks by going into the Gradle task list -> Reporting and there I could see those.
Some time ago, Android removed these task but we could re-enable them by going to Experimental features and uncheck the
Do not build Gradle task list during Gradle sync
as mentioned here
But the above mentioned option has been removed in the latest version of the Android studio Electric Eel and I can't seem to find out how to get those tasks back.
Any help would be appreciated.