kralli
06/19/2019, 6:52 AMModuleDescriptor::findClassAcrossModuleDependencies(ClassId)
when running in IDEA. It works fine in the command line though. I really don't have any basis to perform debugging on when it comes to IDEA. All I could figure out so far is, that it uses the JvmAnalyzerFacade
when running in IDEA, which resolves classes differently than the command line facade. Does anyone know what component or so I am missing in order to resolve dependencies correctly?raulraja
06/19/2019, 9:08 AMkralli
06/19/2019, 9:38 AMraulraja
06/19/2019, 9:46 AMkralli
06/19/2019, 12:58 PMkotlin.*
and java.lang.*
descriptors, but no third party/library descriptors or any of the current compilation. The TypeResolver
somehow manages to find these descriptors seemingly.