binary-compatibility-validator
binary-compatibility-validator copied to clipboard
feat: add `ignoreSubprojects` configuration
This PR adds support for ignoring groups of projects by adding an ignoreSubprojects configuration. When enabled, the plugin will ignore all projects specified by ignoredProjects and each of those project's subprojects.
For example, with the following project structure and project1 in ignoredProjects, when ignoreSubprojects is enabled, subproject1 and subproject2 will be ignored too.
project1
> subproject1
> subproject2
project2
Closes https://github.com/Kotlin/binary-compatibility-validator/issues/3