Kotlin command builder DSL (#165)

This commit is contained in:
Jason 2020-12-17 23:57:32 -08:00 committed by Alexander Söderberg
parent e9178b0834
commit e93d285483
7 changed files with 756 additions and 1 deletions

View file

@ -51,7 +51,8 @@ allprojects {
license {
header rootProject.file('HEADER')
mapping 'java', 'DOUBLESLASH_STYLE'
includes(["**/*.java"])
mapping 'kt', 'DOUBLESLASH_STYLE'
includes(["**/*.java", "**/*.kt"])
}
build.dependsOn(checkstyleMain)