Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
There was an error while loading. Please reload this page.
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
isADependencyOfwhen analyzing dependencies?