From 120dc5fca46f41886f7ecdd84332b519b5bc5584 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 29 Nov 2021 02:27:21 +0530 Subject: all: switch to new convention plugins --- autofill-parser/build.gradle.kts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'autofill-parser/build.gradle.kts') diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index 0aabd881..fea86ce6 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -4,13 +4,11 @@ */ plugins { - id("com.android.library") + id("com.github.android-password-store.android-library") + id("com.github.android-password-store.kotlin-android") id("com.vanniktech.maven.publish") - kotlin("android") id("org.jetbrains.dokka") - id("com.github.android-password-store.kotlin-common") - `aps-plugin` - `psl-plugin` + id("com.github.android-password-store.psl-plugin") } android { -- cgit v1.2.3