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 06dad20 commit 5e5cf4eCopy full SHA for 5e5cf4e
build-logic/jvm/build.gradle.kts
@@ -13,7 +13,7 @@ dependencies {
13
implementation("com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:6.12.0")
14
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.84")
15
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
16
- implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.4.32")
+ implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:$embeddedKotlinVersion")
17
implementation("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
18
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.0.1")
19
}
0 commit comments