mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 03:37:05 +05:30
build-logic: upgrade ktfmt
This commit is contained in:
parent
ad048daca6
commit
f424d387d0
2 changed files with 4 additions and 4 deletions
|
@ -32,9 +32,9 @@ afterEvaluate {
|
|||
}
|
||||
}
|
||||
// disable kapt tasks for unit tests
|
||||
tasks.matching { it.name.startsWith("kapt") && it.name.endsWith("UnitTestKotlin") }.configureEach {
|
||||
enabled = false
|
||||
}
|
||||
tasks
|
||||
.matching { it.name.startsWith("kapt") && it.name.endsWith("UnitTestKotlin") }
|
||||
.configureEach { enabled = false }
|
||||
|
||||
fun Project.hasDaggerCompilerDependency(): Boolean {
|
||||
return configurations.any {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
plugins { id("com.diffplug.spotless") }
|
||||
|
||||
val KTFMT_VERSION = "0.35"
|
||||
val KTFMT_VERSION = "0.36"
|
||||
|
||||
spotless {
|
||||
kotlin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue