Duplicated task error using Proguard and Dexguard together in the same build.gradle file
I'm trying to use Proguard and Dexguard in the same build.gradle file (located in a android project's app module), but I'm receiving this error:
Cannot add task 'collectConsumerRules' as a task with that name already exists.
Does anyone know a solution for this problem?