How to include JAR dependency into an AAR library
Summary: I have an AAR file that depends on a JAR file, when I build the AAR project, it doesn't contain the JAR code. Details: I have a Java SDK library project that contains code that we use for Java web projects and such, this library is created using Gradle and resides in an internal nexus server (as a JAR). The goal is to provide an "Android configured" version of this JAR library through an AAR library that multiple Android Applications can use and minimize the effort (and boilerplate code) to implement it. This AAR file is also uploaded to the nexus server to be used by the Android