AffectedModuleDetector
AffectedModuleDetector copied to clipboard
Issue with Apollo GraphQL
I'm using Apollo GraphQL in a big project with lots of submodules. In order to improve build times it's suggested to use bidirectional dependencies: https://www.apollographql.com/docs/kotlin/advanced/multi-modules#auto-detection-of-used-types. In result AffectedModuleDetector sees a dependency between almost all modules.
Is there any way to omit isADependencyOf when analyzing dependencies?