[taxi乘客无人化]
This commit is contained in:
yangyakun
2023-08-03 20:16:37 +08:00
committed by zhongchao
parent f34b2e68d8
commit 4058827d43
414 changed files with 9759 additions and 2 deletions

View File

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