aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-07-06 12:38:56 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-07-06 13:02:17 +0530
commitf5839396352df60db953c1d33c3c93f0c8348f7e (patch)
tree15b9db7cef84b2a73f5366cadbfc1fc3af7a78ef /autofill-parser
parent053eb4e88377e5b66a8d3e12f06ffe893fb4bb6f (diff)
fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts files
Diffstat (limited to 'autofill-parser')
-rw-r--r--autofill-parser/build.gradle.kts4
1 files changed, 1 insertions, 3 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts
index 137aa2a1..6e6e8dcf 100644
--- a/autofill-parser/build.gradle.kts
+++ b/autofill-parser/build.gradle.kts
@@ -23,9 +23,7 @@ android {
}
tasks.withType<KotlinCompile>().configureEach {
- compilerOptions {
- languageVersion.set(KotlinVersion.KOTLIN_1_7)
- }
+ compilerOptions { languageVersion.set(KotlinVersion.KOTLIN_1_7) }
}
dependencies {