Apply ktlint format

This commit is contained in:
ganfra 2023-01-13 18:37:28 +01:00
parent b286b8bf9d
commit 1919058aac
28 changed files with 17 additions and 39 deletions

View file

@ -31,7 +31,6 @@ plugins {
alias(libs.plugins.dependencygraph)
}
tasks.register<Delete>("clean").configure {
delete(rootProject.buildDir)
}