Gradle information

Here are the details of my Android Studio's Gradle file:

buildscript {
-----
-----
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.10"

}
}
-----
-----

This file injects the dependencies of the Gradle and Kotlin. In this project, the Gradle version is 3.2.1 and the Kotlin version is 1.3.10

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.12.162.37