It seems like a lot of stuff is different comparin...
# intellij-plugins
e
It seems like a lot of stuff is different comparing how to write to a Kotlin file compared to a Java file. I'm looking for how to get the ElementFactory for a Kotlin file, ala
JavaPsiFacade.getElementFactory(project)
but I can't seem to find one. Is there some documentation available to help with writing plugins that operate on Kotlin files?