how do i report bugs in the kotlin plugin thats bundled in idea eap versions? it seems to be different than the 1.4.10 plugin but the version is not available in youtrack
christophsturm
10/31/2020, 3:00 PM
for example the current idea eap kotlin plugin has version
203-1.4.10-5419.1.
w
wasyl
10/31/2020, 4:10 PM
I don’t think there’s any special process, if you just include the plugin version from Kotlin page in settings (for me
203-1.4.10-release-IJ5419.1
and IJ version (I usually press the copy icon in
About
screen) it should be plenty. If not, Jetbrains folks will ask for clarification 🙂
What’s the difference between KT and KTIJ projects, when should we use which?
a
Alexey Belkov [JB]
11/06/2020, 9:45 AM
KTIJ is a project for Kotlin Intellij IDEA plugin, so use it for IDE plugin issues (not for compiler, Gradle plugin, etc.). Some time later all issues about IDE plugin will be silently moved from KT to KTIJ (like 20 thousand of them).