aboutsummaryrefslogtreecommitdiff
path: root/plugins/mathjax/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mathjax/build.gradle.kts')
-rw-r--r--plugins/mathjax/build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mathjax/build.gradle.kts b/plugins/mathjax/build.gradle.kts
index 8b155862..4c572450 100644
--- a/plugins/mathjax/build.gradle.kts
+++ b/plugins/mathjax/build.gradle.kts
@@ -7,15 +7,15 @@ plugins {
dependencies {
compileOnly(projects.core)
- implementation(kotlin("reflect"))
+
implementation(projects.plugins.base)
+ implementation(kotlin("reflect"))
+
testImplementation(libs.jsoup)
testImplementation(projects.plugins.base.baseTestUtils)
testImplementation(projects.core.contentMatcherTestUtils)
testImplementation(kotlin("test-junit"))
- testImplementation(projects.kotlinAnalysis)
-
testImplementation(projects.core.testApi)
testImplementation(platform(libs.junit.bom))
testImplementation(libs.junit.jupiter)