From bf6fe08472112bf41796e5bed874119b14b54ecb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 27 Apr 2023 00:40:40 +0530 Subject: refactor(build): remove `kotlin-library` plugin from Android modules --- autofill-parser/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'autofill-parser') 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") } -- cgit v1.2.3