refactor: split up room into a module, and move client module
This commit is contained in:
parent
c55e3a3232
commit
104a77b27e
60 changed files with 220 additions and 170 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue