diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-04-27 00:40:40 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-04-27 01:34:35 +0530 |
commit | bf6fe08472112bf41796e5bed874119b14b54ecb (patch) | |
tree | 25161eb86f81fb35e46a742593336b05d979c222 /autofill-parser | |
parent | 7b5ded406489a8ee078acdb7dcd4afafe4f96f8b (diff) |
refactor(build): remove `kotlin-library` plugin from Android modules
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/build.gradle.kts | 1 |
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") } |