refactor(server): move gtfsrt to separate module

This commit is contained in:
Cilly Leang 2026-04-01 16:32:01 +11:00
parent 0181497420
commit ed9d294afc
Signed by: cilly
GPG key ID: 6500251E087653C9
10 changed files with 205 additions and 180 deletions

View file

@ -7,6 +7,7 @@ plugins {
kotlin {
compilerOptions {
freeCompilerArgs.add("-opt-in=kotlin.time.ExperimentalTime")
freeCompilerArgs.add("-Xexplicit-backing-fields")
}
}
@ -25,7 +26,7 @@ dependencies {
wire {
sourcePath {
srcDir("src/commonMain/proto")
srcDir("src/main/proto")
}
kotlin {}
}