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 51a1fda commit 9a6c60fCopy full SHA for 9a6c60f
buildSrc/build.gradle.kts
@@ -16,5 +16,5 @@ dependencies {
16
implementation("com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion")
17
implementation("com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion")
18
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") // don't use a snapshot version in a main branch
19
- implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.1.0-Beta")
+ implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.1.0")
20
}
0 commit comments