diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-15 12:22:00 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-16 00:22:17 +0530 |
commit | 0fad4d24b5f119bb5ed62c4dda5edd11680c20a2 (patch) | |
tree | 80efeef12573ca2ab89df115db0dec248d5cd257 /autofill-parser/build.gradle.kts | |
parent | c938ee18376ac05c1ba57c1324766b6b4d3320fa (diff) |
build: apply `kotlin-common` convention plugin where applicable
Diffstat (limited to 'autofill-parser/build.gradle.kts')
-rw-r--r-- | autofill-parser/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index 9e748cc5..0aabd881 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -8,6 +8,7 @@ plugins { id("com.vanniktech.maven.publish") kotlin("android") id("org.jetbrains.dokka") + id("com.github.android-password-store.kotlin-common") `aps-plugin` `psl-plugin` } |