What other dependencies do you have on the project? How's your java project setup?
If you have a small project that reproduce this, it would be nice. On Wed, Feb 11, 2015 at 1:34 PM, Benjamin Cooley <[email protected]> wrote: > I have a java project that publishes a few different configurations. When > I have an android project depend on one of these, it seems to pull in all > the transient compile dependencies > > I think this is a bug. > > For example, if I have a java project that I publish a jar with all > upstream dependencies under a new configuration called jarWithDependencies > > compile project(path:":my:java:library", > configuration:"jarWithDependencies") > > Would end up with a dex exception because it finds the dependency in the > jarWithDependencies & also pulls in that dependency... > > -- > 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/d/optout. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- 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/d/optout.
