summaryrefslogtreecommitdiff
path: root/libs/io/build.gradle.kts
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-11-06 00:07:10 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-11-06 00:07:10 +0100
commit2ee6a9f7f0e1a49e2410f759742391443842d53d (patch)
treeb1f150f0632968a5aebd7c64d34bce4aeb83fd3f /libs/io/build.gradle.kts
parentbb978ed33fea68e775ec278a130181ca43813d9b (diff)
Move BaseSingleMergeTest to test-utils
Will be easier to include in other projects then. And it is where TreeAbstractTest is.
Diffstat (limited to 'libs/io/build.gradle.kts')
-rw-r--r--libs/io/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/io/build.gradle.kts b/libs/io/build.gradle.kts
index d45387e..bb0f062 100644
--- a/libs/io/build.gradle.kts
+++ b/libs/io/build.gradle.kts
@@ -11,4 +11,5 @@ dependencies {
api(libs.androidx.livedata.ktx)
implementation(project(":libs:utils"))
testImplementation(project(":libs:local"))
+ testImplementation(project(":libs:test-utils"))
}