Skip to content

Commit 5e5cf4e

Browse files
committed
Use the Dokka version as the embedded in Gradle Kotlin version
We use embedded Kotlin for plugin, so Dokka should be the same otherwise it might fail to work Signed-off-by: Vladimir Sitnikov <[email protected]>
1 parent 06dad20 commit 5e5cf4e

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
@@ -13,7 +13,7 @@ dependencies {
1313
implementation("com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:6.12.0")
1414
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.84")
1515
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
16-
implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.4.32")
16+
implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:$embeddedKotlinVersion")
1717
implementation("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
1818
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.0.1")
1919
}

0 commit comments

Comments
 (0)