File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dokka-runners/dokka-gradle-plugin/src/testFixtures/kotlin/projects Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ fun TestScope.initMultiModuleProject(
3434
3535 buildGradleKts = """
3636 |plugins {
37- | // Kotlin plugin shouldn't be necessary here, but without it Dokka errors
38- | // with ClassNotFound KotlinPluginExtension... very weird
37+ | // Must apply KGP in the root project ensure consistent classpath,
38+ | // preventing issues like https://github.com/gradle/gradle/issues/17559 and https://github.com/gradle/gradle/issues/27218
3939 | kotlin("jvm") version embeddedKotlinVersion apply false
4040 | id("org.jetbrains.dokka") version "${DokkaConstants .DOKKA_VERSION } "
4141 | id("org.jetbrains.dokka-javadoc") version "${DokkaConstants .DOKKA_VERSION } "
You can’t perform that action at this time.
0 commit comments