aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/templating/AddToSourcesetDependencies.kt
diff options
context:
space:
mode:
authorMarcin Aman <marcin.aman@gmail.com>2021-03-10 02:30:27 +0100
committerGitHub <noreply@github.com>2021-03-10 02:30:27 +0100
commit4899f65d789e47e2a9c9359d0e150a4e1f1a41f7 (patch)
tree9c7b27386f35a76a0ef05df3de04b7031d7fce62 /plugins/base/src/main/kotlin/templating/AddToSourcesetDependencies.kt
parent9bcc94196ec388a7f8351f4190506efcd746a6fd (diff)
downloaddokka-4899f65d789e47e2a9c9359d0e150a4e1f1a41f7.tar.gz
dokka-4899f65d789e47e2a9c9359d0e150a4e1f1a41f7.tar.bz2
dokka-4899f65d789e47e2a9c9359d0e150a4e1f1a41f7.zip
Fix multimodule sourcesets dependencies (#1766)
Diffstat (limited to 'plugins/base/src/main/kotlin/templating/AddToSourcesetDependencies.kt')
-rw-r--r--plugins/base/src/main/kotlin/templating/AddToSourcesetDependencies.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/base/src/main/kotlin/templating/AddToSourcesetDependencies.kt b/plugins/base/src/main/kotlin/templating/AddToSourcesetDependencies.kt
new file mode 100644
index 00000000..3f1680b7
--- /dev/null
+++ b/plugins/base/src/main/kotlin/templating/AddToSourcesetDependencies.kt
@@ -0,0 +1,3 @@
+package org.jetbrains.dokka.base.templating
+
+data class AddToSourcesetDependencies(val moduleName: String, val content: Map<String, List<String>>) : Command \ No newline at end of file