aboutsummaryrefslogtreecommitdiff
path: root/dokka-integration-tests/gradle/projects/it-collector-0/moduleA/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'dokka-integration-tests/gradle/projects/it-collector-0/moduleA/build.gradle.kts')
-rw-r--r--dokka-integration-tests/gradle/projects/it-collector-0/moduleA/build.gradle.kts10
1 files changed, 10 insertions, 0 deletions
diff --git a/dokka-integration-tests/gradle/projects/it-collector-0/moduleA/build.gradle.kts b/dokka-integration-tests/gradle/projects/it-collector-0/moduleA/build.gradle.kts
new file mode 100644
index 00000000..1e61f8b2
--- /dev/null
+++ b/dokka-integration-tests/gradle/projects/it-collector-0/moduleA/build.gradle.kts
@@ -0,0 +1,10 @@
+/*
+ * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
+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")
+}