From 58dffcae0f0138ad52eab3a833cd548c9920c530 Mon Sep 17 00:00:00 2001 From: Taras <tarassmakula@gmail.com> Date: Tue, 17 May 2022 14:36:35 +0300 Subject: [PATCH] Remove dokkaHtml --- matrix-sdk-android/build.gradle | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 38c1c884..149e7c9e 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -15,27 +15,6 @@ buildscript { } } -dokkaHtml { - dokkaSourceSets { - configureEach { - // Emit warnings about not documented members. - reportUndocumented.set(true) - // Suppress legacy Riot's packages. - perPackageOption { - matchingRegex.set("org.matrix.android.sdk.internal.legacy.riot") - suppress.set(true) - } - perPackageOption { - matchingRegex.set("org.matrix.androidsdk.crypto.data") - suppress.set(true) - } - // List of files with module and package documentation - // https://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation - includes.from("./docs/modules.md", "./docs/packages.md") - } - } -} - android { testOptions.unitTests.includeAndroidResources = true -- GitLab