From 4fe118448e62fcc0cbd8b12cfcc5171cc53e0f66 Mon Sep 17 00:00:00 2001 From: skydoves Date: Wed, 18 Dec 2024 14:28:04 +0900 Subject: [PATCH] Complete dokka v2 configurations --- balloon-compose/build.gradle.kts | 2 -- balloon/build.gradle.kts | 2 -- build.gradle.kts | 2 +- gradle.properties | 3 --- 4 files changed, 1 insertion(+), 8 deletions(-) diff --git a/balloon-compose/build.gradle.kts b/balloon-compose/build.gradle.kts index ba9509cc..e1090e57 100644 --- a/balloon-compose/build.gradle.kts +++ b/balloon-compose/build.gradle.kts @@ -1,6 +1,4 @@ import com.skydoves.balloon.Configuration -import org.jetbrains.dokka.DokkaConfiguration.Visibility -import org.jetbrains.dokka.gradle.DokkaTaskPartial @Suppress("DSL_SCOPE_VIOLATION") plugins { diff --git a/balloon/build.gradle.kts b/balloon/build.gradle.kts index 76ef0df9..29597234 100644 --- a/balloon/build.gradle.kts +++ b/balloon/build.gradle.kts @@ -13,8 +13,6 @@ // limitations under the License. import com.skydoves.balloon.Configuration -import org.jetbrains.dokka.DokkaConfiguration.Visibility -import org.jetbrains.dokka.gradle.DokkaTaskPartial @Suppress("DSL_SCOPE_VIOLATION") plugins { diff --git a/build.gradle.kts b/build.gradle.kts index ca485698..024c53d6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,10 +19,10 @@ plugins { alias(libs.plugins.kotlin.android) apply false alias(libs.plugins.baseline.profile) apply false alias(libs.plugins.compose.compiler) apply false - alias(libs.plugins.dokka) alias(libs.plugins.nexus.plugin) alias(libs.plugins.spotless) alias(libs.plugins.kotlin.binary.compatibility) + alias(libs.plugins.dokka) } apiValidation { diff --git a/gradle.properties b/gradle.properties index 56c7c1b6..1ee648f7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -38,9 +38,6 @@ android.defaults.buildfeatures.renderscript=false android.defaults.buildfeatures.resvalues=false android.defaults.buildfeatures.shaders=false -# Dokka v2 -org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers - # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library