Referring to Third-party Libraries with Dependency
You can use third party libraries for an adapters. Few third-party libraries have transitive dependencies. You have to include these dependencies in the lib folder.
Gradle supports reference to third-party libraries and then resolve the transitive dependencies.
To refer third -party dependency for an adapter sub project: