Skip to content

Commit

Permalink
build(depss): use latest version of underlying ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 22, 2023
1 parent 2c8cf03 commit 9bd6587
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ Boolean fatalWarnings = !(localProperties['fatal_warnings'] == "false")
// Here we extract per-module "best practices" settings to a single top-level evaluation
subprojects {
apply plugin: "org.jlleitschuh.gradle.ktlint"
ktlint {
version.set("1.1.0")
}

afterEvaluate { project ->
if (project.hasProperty('android')) {
Expand Down

0 comments on commit 9bd6587

Please sign in to comment.