Kotlin Idea community plugin

About the plugin used by Intellij Idea, I’m wondering if can it be used as a stand alone tool to provide static analysis, refactor, code suggestions and other features in Kotlin. If yes, is the any documentation about the APIs and interfaces used?
This would be interesting in order to port Kotlin to other ide like VS Code.

I saw somewhere that it’s possible to use Intellij’s code inspections (maybe headless) for continues integration.