Hi, how can I set a project dependency which should get included in a transitive way? eg. I have something like:
compile.with projects(:A, :B) where 'B' should get its own dependencies packed into the current project (which refers it like above) as well. As an other question, is it possible to set transitive dependencies the default somehow? (was it already considered as a mean default?) thanks, K
