We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcf014 commit 7feaf6cCopy full SHA for 7feaf6c
build.gradle.kts
@@ -92,7 +92,7 @@ configure<SpotlessExtension> {
92
kotlinGradle {
93
ktfmt()
94
target("**/*.kts")
95
- // licenseHeader(licenseHeaderComment, "import")
+ licenseHeader(licenseHeaderComment, "(import |// no-import)")
96
}
97
98
settings.gradle.kts
@@ -1,3 +1,5 @@
1
// Copyright (c) Cosmo Tech.
2
// Licensed under the MIT license.
3
+// no-import
4
+
5
rootProject.name = "cosmotech-api-common"
0 commit comments