I have an aar lib that contains required java resource files. However, when building the final apk application file, only the classes end up in classes.dex, not the resource files stored along them in classes.jar contained within the .aar lib file.
Any idea how to solve that issue?