Skip to content

Commit 421fd42

Browse files
committed
fix: remove formatter version as was done in common
1 parent 189f8ff commit 421fd42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,10 @@ allprojects {
149149
licenseHeader(licenseHeaderComment)
150150
}
151151
kotlin {
152-
ktfmt("0.50")
153152
target("**/*.kt")
154153
licenseHeader(licenseHeaderComment)
155154
}
156155
kotlinGradle {
157-
ktfmt("0.50")
158156
target("**/*.kts")
159157
// licenseHeader(licenseHeaderComment, "import")
160158
}

0 commit comments

Comments
 (0)