REST API

Adding the
aar
Files to Your Project

Follow this step to include your
aar
files in your project folder.
  1. Make sure that all of the
    aar
    files in your
    libs
    folder are included in your app's
    build.gradle
    file.
    dependencies { implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.aar")))) }