aboutsummaryrefslogtreecommitdiff
path: root/plugins/gfm/gfm-template-processing/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gfm/gfm-template-processing/build.gradle.kts')
-rw-r--r--plugins/gfm/gfm-template-processing/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gfm/gfm-template-processing/build.gradle.kts b/plugins/gfm/gfm-template-processing/build.gradle.kts
index f95ef0e4..b401c0c7 100644
--- a/plugins/gfm/gfm-template-processing/build.gradle.kts
+++ b/plugins/gfm/gfm-template-processing/build.gradle.kts
@@ -4,6 +4,7 @@ dependencies {
implementation(project(":plugins:base"))
implementation(project(":plugins:gfm"))
implementation(project(":plugins:all-modules-page"))
+ implementation(project(":plugins:templating"))
val coroutines_version: String by project
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")