Sample project for making runAffectedLint task using dropbox/AffectedModuleDetector.
dropbox/AffectedModuleDetector has API which detect affected modules.
The API can also be used to execute lint task to only affected modules.
./gradlew runAffectedLint -Paffected_module_detector.enable -Paffected_module_detector.changedProjects
These options are introduced in dropbox/AffectedModuleDetector.
see this PR.