Only apply dependencyanalysis plugin to some modules
This commit is contained in:
parent
196bb1a7cc
commit
0e19c2f2c8
7 changed files with 10 additions and 7 deletions
|
|
@ -56,3 +56,6 @@ android.experimental.enableTestFixtures=true
|
|||
|
||||
# Create BuildConfig files as bytecode to avoid Java compilation phase
|
||||
android.enableBuildConfigAsBytecode=true
|
||||
|
||||
# By default, the plugin applies itself to all subprojects, but we don't want that as it would cause issues with builds using local AARs
|
||||
dependency.analysis.autoapply=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue