AndroidCodeQuality
AndroidCodeQuality copied to clipboard
Multiple Android Studio Modules don't work
In Android Studio,I have multiple modules,such as app, framework, thirdparty, in each module's `build.gradle file I add
apply from: "${project.rootDir}/quality/quality.gradle"
when running gradle assembleRelease, it gets results in each modules's build/reports directory,but the contents of these results are the same as the first module, for example, framework, thirdparty's findbugs results are exactly like app module.