diff options
Diffstat (limited to 'autofill-parser/build.gradle.kts')
-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 { |