aboutsummaryrefslogtreecommitdiff
path: root/dokka-subprojects/core-content-matcher-test-utils/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'dokka-subprojects/core-content-matcher-test-utils/build.gradle.kts')
-rw-r--r--dokka-subprojects/core-content-matcher-test-utils/build.gradle.kts14
1 files changed, 14 insertions, 0 deletions
diff --git a/dokka-subprojects/core-content-matcher-test-utils/build.gradle.kts b/dokka-subprojects/core-content-matcher-test-utils/build.gradle.kts
new file mode 100644
index 00000000..4207c31b
--- /dev/null
+++ b/dokka-subprojects/core-content-matcher-test-utils/build.gradle.kts
@@ -0,0 +1,14 @@
+/*
+ * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
+plugins {
+ id("dokkabuild.kotlin-jvm")
+}
+
+dependencies {
+ implementation(projects.dokkaSubprojects.coreTestApi)
+
+ implementation(kotlin("reflect"))
+ implementation(kotlin("test"))
+}