[Analysis API] move KotlinFakeClsStubsCache service registration to StandaloneProjectFactory

so it can be used from standalone mode
This commit is contained in:
Ilya Kirillov
2023-05-11 14:54:54 +02:00
committed by Space Team
parent 452844ffc6
commit feaf9acd1d
2 changed files with 20 additions and 1 deletions
@@ -64,6 +64,5 @@ object AnalysisApiBaseTestServiceRegistrar: AnalysisApiTestServiceRegistrar() {
}
override fun registerApplicationServices(application: MockApplication, testServices: TestServices) {
application.registerService(KotlinFakeClsStubsCache::class.java, KotlinFakeClsStubsCache())
}
}