We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8080aef commit 731f559Copy full SHA for 731f559
build.gradle.kts
@@ -9,6 +9,7 @@ buildscript {
9
classpath("com.android.tools.build:gradle:4.1.0")
10
classpath("org.jlleitschuh.gradle:ktlint-gradle:9.2.1")
11
classpath("com.github.dcendents:android-maven-gradle-plugin:2.1")
12
+ classpath(kotlin("gradle-plugin", version = "1.4.10"))
13
}
14
15
0 commit comments