I have an Android Studio library project which depends on another library project.
The top project depends on code and resources from the second library project.
When using just the top library-project .aar in a client app, the resources from the second library project are not found.
So do we have to always use 2 .aar files instead of one in such a situation?