Is it possible to control the order of the <orderEntry> tags generated in 
the .iml files?

Background: we are attempting to introduce a dependency on a non-Android 
module, as generated by the idea gradle plugin. As far the IDE is concerned 
this works, but the gradle build doesn't resolve the dependencies 
correctly. As a compromise solution, I intend to provide the classes from 
this module in a jar that the Android module also depends upon (and which 
we can regenerate on demand). The only issue is that I want to ensure that 
the files in the non-Android module are preferred over those in the jar. To 
do this, I need to force the <orderEntry> tag for the module to appear 
before the <orderEntry> tag for the jar file.

-- 
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.

Reply via email to