AffectedModuleDetector icon indicating copy to clipboard operation
AffectedModuleDetector copied to clipboard

Issue with Apollo GraphQL

Open milken opened this issue 7 months ago • 1 comments

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?

milken avatar Jun 10 '25 08:06 milken