refactor: split up room into a module, and move client module

This commit is contained in:
Cilly Leang 2026-04-01 22:48:04 +11:00
parent c55e3a3232
commit 104a77b27e
Signed by: cilly
GPG key ID: 6500251E087653C9
60 changed files with 220 additions and 170 deletions

View file

@ -32,11 +32,12 @@ dependencyResolutionManagement {
}
include(":androidApp")
include(":client")
include(":server")
include(":server:gtfs")
include(":server:gtfs_rt")
include(":shared")
include(":shared:data")
include(":shared:room")
include(":ui")
include(":ui:maps")
include(":ui:shared")