0.1.2
Removed
This release removes the addition of copyright headers to Gradle Kotlin DSL files, since it doesn't work very well.
The LicenseHeaderStep from Spotless requires a regex in order to determine the location of the header in the file, and since Gradle build files can have declarations in essentially any order, coming up with a general regex is pretty hard.