refactor: shared -> core

This commit is contained in:
Cilly Leang 2026-04-02 01:57:08 +11:00
parent 104a77b27e
commit c912723c78
Signed by: cilly
GPG key ID: 6500251E087653C9
112 changed files with 133 additions and 140 deletions

View file

@ -35,9 +35,9 @@ include(":androidApp")
include(":server")
include(":server:gtfs")
include(":server:gtfs_rt")
include(":shared")
include(":shared:data")
include(":shared:room")
include(":core")
include(":core:data")
include(":core:room")
include(":ui")
include(":ui:maps")
include(":ui:shared")