We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6f039 commit 588f54aCopy full SHA for 588f54a
android/build.gradle
@@ -15,15 +15,12 @@ buildscript {
15
// noinspection DifferentKotlinGradleVersion
16
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
17
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
18
- // ktlint
19
- classpath "org.jlleitschuh.gradle:ktlint-gradle:10.0.0"
20
}
21
22
23
apply plugin: 'com.android.library'
24
apply plugin: 'kotlin-android'
25
apply plugin: 'kotlin-android-extensions'
26
-apply plugin: 'org.jlleitschuh.gradle.ktlint'
27
28
def getExtOrDefault(name) {
29
return rootProject.ext.has(name) ? rootProject.ext.get(name) : project.properties['VisionCamera_' + name]
0 commit comments