apply plugin: "com.diffplug.spotless" spotless { kotlin { target "**/*.kt" ktlint(kau.Versions.ktlint).userData(["disabled_rules": "no-wildcard-imports"]) licenseHeaderFile '../spotless.license.kt' trimTrailingWhitespace() endWithNewline() } }