mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-23 19:48:54 +02:00
Switch to different ktlint plugin
Should be better at incremental builds. To format, run `./gradlew ktlintFormat`.
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
dependencies {
|
||||
implementation(androidxLibs.gradle)
|
||||
implementation(kotlinLibs.gradle)
|
||||
implementation(libs.kotlinter)
|
||||
implementation(libs.ktlint)
|
||||
implementation(gradleApi())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user