reworked family dependencies
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user