- Add Spotless plugin 8.1.0 with ktlint 1.7.1 and Google Java Format - Configure ktlint rules, disable filename/max-line-length/property-naming - Remove old ktlint plugin
7 lines
128 B
TOML
7 lines
128 B
TOML
[versions]
|
|
spotless = "8.1.0"
|
|
ktlint = "1.7.1"
|
|
|
|
[plugins]
|
|
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
|