mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
Switch to spotless and format code (#1196)
* Add spotless configuration * Reformat! * Add copyright config for build.gradle.kts files * Add toeholds for headers
This commit is contained in:
@@ -18,6 +18,7 @@ object Dependencies {
|
||||
|
||||
const val asm = "org.ow2.asm:asm:7.1"
|
||||
const val jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
|
||||
const val ktlintVersion = "0.38.0"
|
||||
const val okio = "com.squareup.okio:okio:1.16.0"
|
||||
const val okio2 = "com.squareup.okio:okio:2.1.0"
|
||||
|
||||
@@ -52,4 +53,4 @@ object Dependencies {
|
||||
const val junit = "junit:junit:4.12"
|
||||
const val truth = "com.google.truth:truth:1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user