i am adding plugin-generated local JARs and AARs to an Android project as dependencies created from file collections and added to the usual configs.
in IDEA’s project tree view, these show up under “External Libraries” as:
Gradle: __local_aars__:/path/to/generated/archive.aar:unspecified@jar
(including the nice touch of the discrepancy in extensions displayed )
is there any way at all, however contrived, to change these displayed names from Gradle buildscript? just changing the __local_aars__
part would be a huge win.
thank you!