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.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gfm/gfm-template-processing/build.gradle.kts b/plugins/gfm/gfm-template-processing/build.gradle.kts
index 021adae2..9611a8aa 100644
--- a/plugins/gfm/gfm-template-processing/build.gradle.kts
+++ b/plugins/gfm/gfm-template-processing/build.gradle.kts
@@ -8,12 +8,12 @@ plugins {
dependencies {
compileOnly(projects.core)
- implementation(kotlin("reflect"))
implementation(projects.plugins.base)
implementation(projects.plugins.gfm)
implementation(projects.plugins.allModulesPage)
implementation(projects.plugins.templating)
+ implementation(kotlin("reflect"))
implementation(libs.kotlinx.coroutines.core)
testImplementation(projects.core.testApi)