Hello
Can I use configurations inner my configurations to set dependencies between packages.
For example, my application depends on XmlParser. In ConfigurationOfMyApp I need set "requires: 'XmlParser'".
But I load XmlParser to my image by ConfigurationOfXmlParser. And I dont want inspect ConfigurationOfXmlParser to see what packages I need load for XmlParser.
�Can I refer to ConfigurationOfXmlParser in ConfigurationOfMyApp?