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
@@ -42,4 +42,8 @@ abstract class AbstractKapt3BuilderModeBytecodeShapeTest : CodegenTestCase() {
override fun getClassBuilderFactory(): ClassBuilderFactory {
return TEST_LIGHT_ANALYSIS
}
override fun verifyWithDex(): Boolean {
return false
}
}