The instructions for setting up android library dependencies here, say: "Open the settings of the non-library module." Is there no way to have a android-library module depend on the resources of another android-library module? I'm able to specify that an android library module depends on another android library module, and it's able to reference the other module's java code, but not it's resources. Is this a known limitation?
Intellij Community edition, 14.0.2.
Thanks
Eric