You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -543,8 +544,8 @@ class MultiModuleFunctionalTest : FunSpec({
543
544
// the subprojects should have KotlinAdapter applied, but the extension should be unavailable
544
545
// because the buildscript classpath is inconsistent.
545
546
// (DGP is applied to the root project, but KGP is not.)
546
-
output shouldContain "Dokka Gradle Plugin could not load KotlinBasePlugin in project ':subproject-hello', but plugin org.jetbrains.kotlin.jvm is applied"
547
-
output shouldContain "Dokka Gradle Plugin could not load KotlinBasePlugin in project ':subproject-goodbye', but plugin org.jetbrains.kotlin.jvm is applied"
547
+
output shouldContainOnlyOnce "warning: Dokka could not load KotlinBasePlugin in project ':subproject-hello', even though plugin org.jetbrains.kotlin.jvm is applied."
548
+
output shouldContainOnlyOnce "warning: Dokka could not load KotlinBasePlugin in project ':subproject-goodbye', even though plugin org.jetbrains.kotlin.jvm is applied."
0 commit comments