all: reformat with ktfmt 0.36
This commit is contained in:
parent
11720e9542
commit
aaf6ceb8ec
34 changed files with 637 additions and 614 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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue