aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/DokkaBase.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/DokkaBase.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/DokkaBase.kt')
-rw-r--r--plugins/base/src/main/kotlin/DokkaBase.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/base/src/main/kotlin/DokkaBase.kt b/plugins/base/src/main/kotlin/DokkaBase.kt
index 5a7164d1..d84207a5 100644
--- a/plugins/base/src/main/kotlin/DokkaBase.kt
+++ b/plugins/base/src/main/kotlin/DokkaBase.kt
@@ -233,7 +233,7 @@ class DokkaBase : DokkaPlugin() {
}
val sourcesetDependencyAppender by extending {
- htmlPreprocessors providing ::SourcesetDependencyAppender order { after(rootCreator) } applyIf { !delayTemplateSubstitution }
+ htmlPreprocessors providing ::SourcesetDependencyAppender order { after(rootCreator) }
}
val resolveLinkConsumer by extending {