From f5839396352df60db953c1d33c3c93f0c8348f7e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 6 Jul 2023 12:38:56 +0530 Subject: fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts files --- autofill-parser/build.gradle.kts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'autofill-parser') 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().configureEach { - compilerOptions { - languageVersion.set(KotlinVersion.KOTLIN_1_7) - } + compilerOptions { languageVersion.set(KotlinVersion.KOTLIN_1_7) } } dependencies { -- cgit v1.2.3