REST API

Configuring the Project
build.gradle
File

Follow this step to configure your project's
build.gradle
file.
  1. Add the Kotlin Gradle plug-in, which is required in order to use this solution. Note that Kotlin version 1.6 or later and Android Gradle version 7.2 or later are required.
    plugins { id("com.android.application") version "8.2.0" apply false id("org.jetbrains.kotlin.android") version "1.9.0" apply false }