On Fri, Jan 31, 2014 at 3:49 PM, Traun Leyden <[email protected]>wrote:
> It feels like to make that work I'd need a way to make the > stubworld-corelib-android > project sometimes have a hard dependency on stubworld-corelib-java, and > sometimes not (when it's embedded in a parent project that already declares > that dependency). > Both should have be hard dependencies. Dependency resolution is a graph traversal so when two dependencies transitively depend on the same node it only gets included once. -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
