all: reformat with ktfmt google style

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-04-02 13:05:08 +05:30
parent 8448910628
commit db07a12be5
54 changed files with 496 additions and 656 deletions

View file

@ -1,6 +1,4 @@
plugins {
`kotlin-dsl`
}
plugins { `kotlin-dsl` }
repositories {
mavenCentral()
@ -8,9 +6,7 @@ repositories {
gradlePluginPortal()
}
kotlinDslPluginOptions {
experimentalWarning.set(false)
}
kotlinDslPluginOptions { experimentalWarning.set(false) }
// force compilation of Dependencies.kt so it can be referenced in buildSrc/build.gradle.kts
sourceSets.main {