update ktlint gradle plugin to 10.3.0 (#2649)
This commit is contained in:
parent
17cfa3d9b4
commit
12e42e9b2b
1 changed files with 1 additions and 4 deletions
|
@ -7,12 +7,9 @@ buildscript {
|
|||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:7.2.2"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.3.0"
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id "org.jlleitschuh.gradle.ktlint" version "10.2.1"
|
||||
}
|
||||
|
||||
allprojects {
|
||||
apply plugin: "org.jlleitschuh.gradle.ktlint"
|
||||
|
|
Loading…
Reference in a new issue