Add flag for dex verification

This commit is contained in:
Mikhael Bogdanov
2017-04-13 14:18:49 +02:00
parent df65b3f6b3
commit 3df32ad425
4 changed files with 17 additions and 1 deletions
@@ -27,4 +27,8 @@ abstract class AbstractBytecodeListingTestForSourceRetention : AbstractBytecodeL
else
ClassBuilderFactories.TEST
}
override fun verifyWithDex(): Boolean {
return false
}
}