We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff33fe commit c32b563Copy full SHA for c32b563
lib/dfu/build.gradle.kts
@@ -83,5 +83,5 @@ dependencies {
83
implementation(libs.gson)
84
85
// Adds @hide annotation to exclude internal classes from the documentation.
86
- dokkaPlugin("org.jetbrains.dokka:android-documentation-plugin:2.0.0")
+ dokkaPlugin(libs.dokka.android.gradlePlugin)
87
}
0 commit comments