diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-03 15:08:33 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 09:38:33 +0000 |
commit | 208eed426907b235e20429dfc23473211a609e2e (patch) | |
tree | 1df46bc45d473161255fb792a7770d76880e5f24 /openpgp-ktx | |
parent | d9727f7a4c9513f20168013924f742f850e2009d (diff) |
Turn on explicit API for Kotlin JVM projects (#1568)
Diffstat (limited to 'openpgp-ktx')
-rw-r--r-- | openpgp-ktx/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp-ktx/build.gradle.kts b/openpgp-ktx/build.gradle.kts index b2c25c94..37ebbc62 100644 --- a/openpgp-ktx/build.gradle.kts +++ b/openpgp-ktx/build.gradle.kts @@ -6,6 +6,7 @@ plugins { id("com.github.android-password-store.android-library") id("com.github.android-password-store.kotlin-android") + id("com.github.android-password-store.kotlin-library") id("com.vanniktech.maven.publish") id("org.jetbrains.dokka") } |