refactor(server): split gtfs into its own module
This commit is contained in:
parent
aad5ae4024
commit
0181497420
18 changed files with 241 additions and 132 deletions
|
|
@ -34,6 +34,8 @@ dependencyResolutionManagement {
|
|||
include(":androidApp")
|
||||
include(":client")
|
||||
include(":server")
|
||||
include(":server:gtfs")
|
||||
include(":server:gtfs_rt")
|
||||
include(":shared")
|
||||
include(":ui")
|
||||
include(":ui:maps")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue