It is possible with the new Dynamic Plugins to loa...
# intellij-plugins
s
It is possible with the new Dynamic Plugins to load a plugin from a Gradle project? If is not possible, this is something that IntelliJ could have in the future? Use case: I have a compiler plugin for Kotlin and I want to have Insights, Line Marker, TextEditorWithPreview, etc directly in the IntelliJ.
g
It probably possible if this gradle plugin would apply idea plugin: https://docs.gradle.org/current/userguide/idea_plugin.html I’m not 100% sure, but as I remember it’s possible to add required Idea plugins to Idea project