is there support for writing plugin tests in a kot...
# intellij-plugins
a
is there support for writing plugin tests in a kotlin environment? Specifically I’m wondering if there is a
com.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