Skip to content

Commit

Permalink
correct dokka
Browse files Browse the repository at this point in the history
Signed-off-by: imanushin <[email protected]>
  • Loading branch information
imanushin committed Dec 11, 2023
1 parent aac25e5 commit 82f2964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ subprojects {
plugins.withId("org.jetbrains.dokka") {

dependencies {
"dokkaJavadocPlugin"("org.jetbrains.dokka:kotlin-as-java-plugin:$embeddedKotlinVersion")
"dokkaJavadocPlugin"("org.jetbrains.dokka:kotlin-as-java-plugin:${libs.versions.dokka.get()}")
}

// have an option to disable Dokka task for local builds
Expand Down

0 comments on commit 82f2964

Please sign in to comment.