Only apply dependencyanalysis plugin to some modules

This commit is contained in:
Jorge Martín 2023-12-28 12:54:16 +01:00
parent 196bb1a7cc
commit 0e19c2f2c8
7 changed files with 10 additions and 7 deletions

View file

@ -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