Allow to reference Gradle API javadoc in generated documentation
^KT-55520 In Progress
This commit is contained in:
committed by
Space Team
parent
4de60879f0
commit
d3ecb9a75f
@@ -4,7 +4,9 @@ plugins {
|
||||
id("org.jetbrains.kotlinx.binary-compatibility-validator")
|
||||
}
|
||||
|
||||
configureDokkaPublication()
|
||||
configureDokkaPublication(
|
||||
shouldLinkGradleApi = true
|
||||
)
|
||||
|
||||
dependencies {
|
||||
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
|
||||
|
||||
Reference in New Issue
Block a user