aboutsummaryrefslogtreecommitdiff
path: root/plugins/jekyll/jekyll-template-processing
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jekyll/jekyll-template-processing')
-rw-r--r--plugins/jekyll/jekyll-template-processing/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jekyll/jekyll-template-processing/build.gradle.kts b/plugins/jekyll/jekyll-template-processing/build.gradle.kts
index 936c77bd..d18b203e 100644
--- a/plugins/jekyll/jekyll-template-processing/build.gradle.kts
+++ b/plugins/jekyll/jekyll-template-processing/build.gradle.kts
@@ -7,7 +7,6 @@ plugins {
dependencies {
compileOnly(projects.core)
- implementation(kotlin("reflect"))
implementation(projects.plugins.base)
implementation(projects.plugins.jekyll)
@@ -16,6 +15,7 @@ dependencies {
implementation(projects.plugins.gfm)
implementation(projects.plugins.gfm.gfmTemplateProcessing)
+ implementation(kotlin("reflect"))
implementation(libs.kotlinx.coroutines.core)
testImplementation(projects.core.testApi)