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

@ -19,7 +19,8 @@ kotlin {
}
dependencies {
implementation(projects.shared)
implementation(projects.core)
implementation(projects.core.room)
implementation(projects.server.gtfs)
implementation(projects.server.gtfsRt)
@ -39,6 +40,4 @@ dependencies {
implementation(libs.sqlite.bundled)
testImplementation(libs.ktor.server.tests)
testImplementation(libs.kotlin.test.junit)
implementation(projects.shared.room)
}