[build] Restructure to composite build

This commit is contained in:
2025-10-26 10:14:42 +01:00
parent 0e3990aed9
commit 1fbc97866c
348 changed files with 126 additions and 64 deletions
+7
View File
@@ -0,0 +1,7 @@
plugins {
`kotlin-dsl`
}
dependencies {
implementation(project(":helpers"))
}