aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser/build.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-04-27 00:40:40 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-04-27 01:34:35 +0530
commitbf6fe08472112bf41796e5bed874119b14b54ecb (patch)
tree25161eb86f81fb35e46a742593336b05d979c222 /autofill-parser/build.gradle.kts
parent7b5ded406489a8ee078acdb7dcd4afafe4f96f8b (diff)
refactor(build): remove `kotlin-library` plugin from Android modules
Diffstat (limited to 'autofill-parser/build.gradle.kts')
-rw-r--r--autofill-parser/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts
index 6f4d5909..fa67cf7e 100644
--- a/autofill-parser/build.gradle.kts
+++ b/autofill-parser/build.gradle.kts
@@ -5,7 +5,6 @@
plugins {
id("com.github.android-password-store.published-android-library")
id("com.github.android-password-store.kotlin-android")
- id("com.github.android-password-store.kotlin-library")
id("com.github.android-password-store.psl-plugin")
}