How to override a task in build.gradle
?
I trying to compile the build.gradle
with the dependency Dynatrace
, a conflict between task names is occurring.
Error: Cannot add task ':app:autoInstrumentDebug' as a task with that name already exists.
I have checked my current tasks on build.gradle
menu and don't have found any task with this path name.