-
-
Save MaTriXy/e8616ef8c788e3bc6d0e49ee619cedf7 to your computer and use it in GitHub Desktop.
testApt to testAnnotationProcessor migration, workaround for issue: https://code.google.com/p/android/issues/detail?id=224272
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| android.applicationVariants.all { | |
| def aptOutputDir = new File(buildDir, "generated/source/apt/${it.unitTestVariant.dirName}") | |
| it.unitTestVariant.addJavaSourceFoldersToModel(aptOutputDir) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment