I have a problem, gradle downloads two times library: commons-io-1.3.2.jar and I have in external libraries: commons-io-1.3.2 and 1_commons-io-1.3.2
I see in logs:
.gradle/caches/modules-2/files-2.1/commons-io/commons-io/1.3.2/b6dde38349ba9bb5e6ea6320531eae969985dae5/commons-io-1.3.2.jar gradle/caches/modules-2/files-2.1/org.apache.commons/commons-io/1.3.2/b6dde38349ba9bb5e6ea6320531eae969985dae5/commons-io-1.3.2.jar
end error:
Warning:Exception while processing task java.io.IOException: Can't write [/Users/**/jars/3/1f/main.jar] (Can't read [/Users/**/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-io/1.3.2/b6dde38349ba9bb5e6ea6320531eae969985dae5/commons-io-1.3.2.jar(;;;;;;**.class)] (Duplicate zip entry [commons-io-1.3.2.jar:org/apache/commons/io/CopyUtils.class]))
Error:Execution failed for task ':VFWallet:transformClassesAndResourcesWithProguardForApp'.
Job failed, see logs for details