Need to include the external aar file in the project.
Earlier implementation of the task is:
compile(name:'libName-release', ext:'aar')
I need to migrate to Android-Gradle-Plugin 3.x.x and wish to compile my aar libraries. What is the exact statement I should be writing?