Ah. thanks. glad the docs actually called out what the difference is.
Regarding that difference though
"The only difference from
examples/intellij-plugin is that this version does not bundle Compose runtime, which makes the plugin smaller and allows sharing Compose runtime between multiple plugins (Compose class files and native libraries are not loaded by each plugin)."
Don't you need to ship the compose runtime though? or is the idea that IntelliJ will ship with the compose runtime which allows IDE plugins like this to just piggyback off of that instance?