Skip to content

Commit 1f48d43

Browse files
committed
(General) Exclude copyright header for lib icons
Google's copyright applies
1 parent 5d8ef93 commit 1f48d43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ subprojects {
5454
kotlin {
5555
target("**/*.kt")
5656
// ktlint(Versions.KT_LINT)
57+
}
58+
kotlin {
59+
target("**/*.kt")
60+
targetExclude("**/core/icons/**/*.*")
5761
licenseHeaderFile(rootProject.file("copyright.kt"))
5862
}
5963
kotlinGradle {

0 commit comments

Comments
 (0)