The scala project that I am working on requires a maven dependency but is in aar type instead of jar.
How do I use the classes inside the aar in my scala project as I cannot import any of the classes from the aar in my project.
Is there a way to convert the aar to jar while downloading the dependency and building the project.