android: Android Lint conflicts between independent modules
osipxd opened this issue · 0 comments
osipxd commented
For now gradle-infrastructure configures Android Lint to use single config, baseline and report files.
It is useful for classical multi-modular android projects where we have the main application module (which runs lint) and many library modules.
But in the case we have independent subprojects (like in red_mad_robot Android KTX project), lint can't run for each module because it can't save reports in the same file.