Skip to content

Commit c7defd7

Browse files
authored
chore: dokka versions do not always align with Kotlin versions, so use explicit version (#585)
Signed-off-by: Vladimir Sitnikov <[email protected]>
1 parent e038e6c commit c7defd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
1515
implementation("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.6")
1616
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
17-
implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:$embeddedKotlinVersion")
17+
implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.8.20")
1818
implementation("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
1919
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.1.0")
2020
}

0 commit comments

Comments
 (0)