From bb978ed33fea68e775ec278a130181ca43813d9b Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 31 Oct 2024 21:07:53 +0100 Subject: 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. --- libs/io/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/io/build.gradle.kts') 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")) } -- cgit v1.2.3-70-g09d2