Update dependency org.jmailen.kotlinter to v5 (#176)

* Update dependency org.jmailen.kotlinter to v5

* Fix build

* Lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Syer10 <syer10@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-07 13:41:52 -04:00
committed by GitHub
parent fb454462ad
commit ca0f5ab3b2
3 changed files with 11 additions and 5 deletions

View File

@@ -244,13 +244,17 @@ class SourceRepositoryImpl(
) )
} }
else -> SourceFilter.Header(index, "") else -> {
SourceFilter.Header(index, "")
}
} }
}, },
) )
} }
else -> SourceFilter.Header(index, "") else -> {
SourceFilter.Header(index, "")
}
} }
} }
} }

View File

@@ -126,8 +126,10 @@ tasks {
registerTachideskTasks(project) registerTachideskTasks(project)
getByName("formatKotlinMain").dependsOn("kspKotlin") afterEvaluate {
getByName("formatKotlinTest").dependsOn("kspTestKotlin") getByName("formatKotlinMain").dependsOn("kspKotlin")
getByName("formatKotlinTest").dependsOn("kspTestKotlin")
}
} }
kotlin { kotlin {

View File

@@ -69,7 +69,7 @@ buildconfig = "5.6.8"
buildkonfig = "0.17.1" buildkonfig = "0.17.1"
# Linter # Linter
kotlinter = "4.4.1" kotlinter = "5.2.0"
# Version updates # Version updates
versions = "0.53.0" versions = "0.53.0"