Skip to content

Commit 588f54a

Browse files
committed
Remove ktlint from build.gradle
1 parent 7d6f039 commit 588f54a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

android/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@ buildscript {
1515
// noinspection DifferentKotlinGradleVersion
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1717
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
18-
// ktlint
19-
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.0.0"
2018
}
2119
}
2220

2321
apply plugin: 'com.android.library'
2422
apply plugin: 'kotlin-android'
2523
apply plugin: 'kotlin-android-extensions'
26-
apply plugin: 'org.jlleitschuh.gradle.ktlint'
2724

2825
def getExtOrDefault(name) {
2926
return rootProject.ext.has(name) ? rootProject.ext.get(name) : project.properties['VisionCamera_' + name]

0 commit comments

Comments
 (0)