Would an IntelliJ plugin compiled against language...
# intellij
f
Would an IntelliJ plugin compiled against language level 1.1 work with IntelliJ?
y
yes, you can bundle your own Kotlin runtime into the plugin, then it won't depend on the version of Kotlin bundled in IJ
f
Out of curiosity , any idea when you guy are moving intellij to lang level 1.1?
y
soon. there aren’t any known blockers; we just need to double-check that the switch breaks anything