You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spotless { // if you are using build.gradle.kts, instead of 'spotless {' use:
// configure<com.diffplug.gradle.spotless.SpotlessExtension> {
so it's suggesting to use configure<com.diffplug.gradle.spotless.SpotlessExtension> with a kts file, but I used spotless { instead and it works just fine. Is there any reason we would use configure<com.diffplug.gradle.spotless.SpotlessExtension>?