summaryrefslogtreecommitdiff
path: root/libs/io/build.gradle.kts
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-10-31 21:07:53 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-11-05 23:32:37 +0100
commitbb978ed33fea68e775ec278a130181ca43813d9b (patch)
treee538a15993585cbd188b85896e55d9c5abb20591 /libs/io/build.gradle.kts
parentd080d600d6b77b4e138918d7849c37327518da82 (diff)
Add single merge
Single as in merge in one direction, a source and a target. Split merge in to calculating (done by SingleMerge) which returns a number of steps to do. Modifier then applies the steps. Still thinking of pair or two-way merge, need a database for that or you can never remove any files.
Diffstat (limited to 'libs/io/build.gradle.kts')
-rw-r--r--libs/io/build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/io/build.gradle.kts b/libs/io/build.gradle.kts
index c091a90..d45387e 100644
--- a/libs/io/build.gradle.kts
+++ b/libs/io/build.gradle.kts
@@ -9,4 +9,6 @@ android {
dependencies {
api(libs.androidx.livedata)
api(libs.androidx.livedata.ktx)
+ implementation(project(":libs:utils"))
+ testImplementation(project(":libs:local"))
}