Exporting Android Library as aar with sources in Android Studio
Ever wanted to view through the aar library sources in your android studio project, but got the decompiled class files instead. For seeing the source code, when going to function declarations inside the aar...