Skip to content

Commit d459af5

Browse files
authored
Add multiple dependsOn() (#6426)
1 parent d0df365 commit d459af5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/advanced/multi-modules.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ apollo {
5252

5353
// The 'feature' depends on the 'schema' module
5454
dependsOn(project(":schema")) // highlight-line
55+
56+
// If you want to reuse fragments from other modules, you can add them too
57+
dependsOn(project(":fragments"))
5558
}
5659
}
5760
```

0 commit comments

Comments
 (0)