From 6df3ba0083f89907a4393652f3b4392334c3b8a1 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 9 Oct 2021 13:13:14 +0530 Subject: Upgrade plugin dependencies and fix Javadoc generation (#1517) * build: upgrade all plugins * autofill-parser/openpgp-ktx: apply Dokka plugin * Move repository configuration to settings.gradle.kts * Replace deprecated lintOptions * Reorder repositories --- autofill-parser/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'autofill-parser/build.gradle.kts') diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index ed5b5b35..9e748cc5 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -7,6 +7,7 @@ plugins { id("com.android.library") id("com.vanniktech.maven.publish") kotlin("android") + id("org.jetbrains.dokka") `aps-plugin` `psl-plugin` } -- cgit v1.2.3