added search code (was not checked in on last commit)

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-25 08:33:34 +02:00
parent 990e8253e2
commit bc8c8746be
2 changed files with 20 additions and 0 deletions

6
search/build.gradle.kts Normal file
View File

@@ -0,0 +1,6 @@
description = "Umbrella : Search"
dependencies{
implementation(project(":core"))
}