AA: add an option to create Application env for production v.s. test mode

...and use production mode by default for AA standalone

^KT-59511 Fixed
This commit is contained in:
Jinseong Jeon
2023-06-19 23:55:42 -07:00
committed by Ilya Kirillov
parent 134b02c754
commit 799aadfacf
3 changed files with 13 additions and 5 deletions
@@ -43,6 +43,7 @@ class AnalysisApiEnvironmentManagerImpl(
StandaloneProjectFactory.createProjectEnvironment(
testRootDisposable,
testServices.applicationDisposableProvider.getApplicationRootDisposable(),
unitTestMode = true
)
}