reworked family dependencies

This commit is contained in:
John Lancaster
2024-09-04 21:02:44 -05:00
parent 346d0a95d8
commit 6c3ea5084b

View File

@@ -1,20 +1,21 @@
child: child_app:
module: child module: child
class: Child class: Child
dependencies:
- parent_app
sibling: sibling_app:
module: sibling module: sibling
class: Sibling class: Sibling
dependencies:
- parent_app
parent: parent_app:
module: parent module: parent
class: Parent class: Parent
dependencies: dependencies:
- child - grand-parent_app
- sibling
grand-parent: grand-parent_app:
module: grand_parent module: grand_parent
class: GrandParent class: GrandParent
dependencies:
- parent