working on file module

This commit is contained in:
2025-09-26 08:50:47 +02:00
parent 8dd8a9ed66
commit 51884a3aab
4 changed files with 20 additions and 7 deletions

5
files/build.gradle.kts Normal file
View File

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