Skip to content Skip to sidebar Skip to footer

Cannot Add Task ':app:reportsourcesettransformtest' As A Task With That Name Already Exists

Minimum supported gradle version 4.6 Current version is 4.4. After updating gradle version to 4.6, am getting this error Cannot add task ':app:reportSourceSetTransformTest' as a t

Solution 1:

In my case I had a conflict with my flavour name and new gradle plugin. The problem was solved when I changed the names of my flavours (Production, Test) -> (production, develop)


Post a Comment for "Cannot Add Task ':app:reportsourcesettransformtest' As A Task With That Name Already Exists"