aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-14 14:29:26 +0200
committersebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-14 14:29:38 +0200
commit2aa1acac46630c617ddf934556c85c192e2ba03a (patch)
treeff90424c0f692e948f65b4d7f1050d67c66b6f80 /integration-tests/gradle/projects
parent62e208137f8058e075d1d38a5b167c8241871ce0 (diff)
downloaddokka-2aa1acac46630c617ddf934556c85c192e2ba03a.tar.gz
dokka-2aa1acac46630c617ddf934556c85c192e2ba03a.tar.bz2
dokka-2aa1acac46630c617ddf934556c85c192e2ba03a.zip
Add TODO in it-multimodule-0
Diffstat (limited to 'integration-tests/gradle/projects')
-rw-r--r--integration-tests/gradle/projects/it-multimodule-0/moduleA/build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/integration-tests/gradle/projects/it-multimodule-0/moduleA/build.gradle.kts b/integration-tests/gradle/projects/it-multimodule-0/moduleA/build.gradle.kts
index 9f7e98de..ab86c333 100644
--- a/integration-tests/gradle/projects/it-multimodule-0/moduleA/build.gradle.kts
+++ b/integration-tests/gradle/projects/it-multimodule-0/moduleA/build.gradle.kts
@@ -1,4 +1,6 @@
plugins {
+ // TODO: File bug report for gradle: :moduleA:moduleB:dokkaHtml is missing kotlin gradle plugin from
+ // the runtime classpath during execution without this plugin in the parent project
kotlin("jvm")
id("org.jetbrains.dokka")
}