diff --git a/gradle.properties b/gradle.properties index 1ee648f7..56c7c1b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -38,6 +38,9 @@ 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