Are there any special considerations when 'includi...
# gradle
d
Are there any special considerations when 'including' builds that 'include' further builds? I can't
dependOn
any tasks in the transitively included builds (except, frustratingly 'tasks' which successfully lists the tasks I apparently can't depend on). My use case is: I have a project for Client and Server, they both use a library that I develop in parallel: classic case for a composite build.