mirror of
https://github.com/accelforce/Yuito
synced 2024-12-23 22:04:54 +01:00
update ktlint gradle plugin to 10.3.0 (#2649)
This commit is contained in:
parent
17cfa3d9b4
commit
12e42e9b2b
@ -7,12 +7,9 @@ buildscript {
|
|||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.android.tools.build:gradle:7.2.2"
|
classpath "com.android.tools.build:gradle:7.2.2"
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
|
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 {
|
allprojects {
|
||||||
apply plugin: "org.jlleitschuh.gradle.ktlint"
|
apply plugin: "org.jlleitschuh.gradle.ktlint"
|
||||||
|
Loading…
Reference in New Issue
Block a user