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 e038e6c commit c7defd7Copy full SHA for c7defd7
build-logic/jvm/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
15
implementation("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.6")
16
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
17
- implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:$embeddedKotlinVersion")
+ implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.8.20")
18
implementation("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
19
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.1.0")
20
}
0 commit comments