aboutsummaryrefslogtreecommitdiff
path: root/openpgp-ktx
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-11-15 12:22:00 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-11-16 00:22:17 +0530
commit0fad4d24b5f119bb5ed62c4dda5edd11680c20a2 (patch)
tree80efeef12573ca2ab89df115db0dec248d5cd257 /openpgp-ktx
parentc938ee18376ac05c1ba57c1324766b6b4d3320fa (diff)
build: apply `kotlin-common` convention plugin where applicable
Diffstat (limited to 'openpgp-ktx')
-rw-r--r--openpgp-ktx/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp-ktx/build.gradle.kts b/openpgp-ktx/build.gradle.kts
index ced39f50..e0e4bf64 100644
--- a/openpgp-ktx/build.gradle.kts
+++ b/openpgp-ktx/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`
}