···8181 otherwise a description of expected and actual behavior
8282 - if you cannot disclose your code, or even if you can,
8383 an "artificial", minimally-sized example can be very valuable.
8484-
+13-1
build.gradle
···5454 id "com.quittle.svg-2-android-vector" version "0.0.6" apply false
55555656 // Spotless for Java and Kotlin's code formatting
5757- id 'com.diffplug.spotless' version "6.18.0" apply false
5757+ id 'com.diffplug.spotless' version "6.18.0"
5858+}
5959+6060+spotless {
6161+ format 'misc', {
6262+ // define the files to apply `misc` to
6363+ target '*.gradle', '*.md', '.gitignore'
6464+6565+ // define the steps to apply to those files
6666+ trimTrailingWhitespace()
6767+ indentWithSpaces(4)
6868+ endWithNewline()
6969+ }
5870}
59716072ext {