Skip to content

Commit

Permalink
Merge pull request #867 from AweasomePro/develop
Browse files Browse the repository at this point in the history
fix: DexArchiveMergerException
  • Loading branch information
zhi1ong authored Aug 6, 2021
2 parents 4bd8f64 + 518d413 commit 25bf3e1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ class RegisterTransform extends Transform {
long startTime = System.currentTimeMillis()
boolean leftSlash = File.separator == '/'

if (!isIncremental){
outputProvider.deleteAll()
}

inputs.each { TransformInput input ->

// scan all jars
Expand Down

0 comments on commit 25bf3e1

Please sign in to comment.