gammax
05/02/2021, 8:34 AMColton Idle
05/02/2021, 11:19 PMsubprojects{}
according to @Javier and this github issue (https://github.com/diffplug/spotless/issues/755)
BUT I tried using target(**/*.kt)
and it applied to all of my modules. So I guess I don't need the subprojects
block?
My setup
target("**/*.kt", "**/*.kts")
targetExclude("$buildDir/**/*.kt")
gammax
05/03/2021, 5:52 AMColton Idle
05/03/2021, 12:09 PM