diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-06 12:38:56 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-06 13:02:17 +0530 |
commit | f5839396352df60db953c1d33c3c93f0c8348f7e (patch) | |
tree | 15b9db7cef84b2a73f5366cadbfc1fc3af7a78ef /autofill-parser | |
parent | 053eb4e88377e5b66a8d3e12f06ffe893fb4bb6f (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.kts | 4 |
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 { |