refactor(server): move gtfsrt to separate module
This commit is contained in:
parent
0181497420
commit
ed9d294afc
10 changed files with 205 additions and 180 deletions
|
|
@ -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 {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue