[6.0.0] taxi司机端重构初始化

This commit is contained in:
wangmingjun
2023-07-31 18:14:41 +08:00
parent 2e3ab4a5e0
commit 489e2ef869
566 changed files with 4828 additions and 13411 deletions

View File

@@ -36,7 +36,9 @@ project.dependencies {
implementation project.project(':OCH:sweeper:sweeper')
} else if (isCurrentDriver("taxi")) {
implementation project.project(':OCH:mogo-och-taxi')
} else if (isCurrentPassenger("taxi")) {
} else if (isCurrentDriver("taxiunmanned")) {
implementation project.project(':OCH:mogo-och-taxi-unmanned')
}else if (isCurrentPassenger("taxi")) {
implementation project.project(':OCH:mogo-och-taxi-passenger')
} else {
noopImplementation(project(':OCH:mogo-och-noop'))