refac: выделение общего кода (part 7)

This commit is contained in:
2025-06-11 15:06:24 +03:00
parent f6d1f6c6a3
commit 6d5ea42fe2
29 changed files with 7 additions and 1530 deletions

3
shared1/build.gradle Normal file
View File

@@ -0,0 +1,3 @@
dependencies {
implementation(project(":shared"))
}