alec
03/26/2018, 7:10 PMcom.intellij.openapi.module.ModuleType
for kotlin I can return for LightProjectDescriptor#getModuleType
that supplements StdModuleTypes.JAVA
(what DefaultLightProjectDescriptor
uses) - or maybe some other way to get .kt
files to parse in the correct PSI model in a FixtureTestCase