I was looking into the IJ plugin and found that it...
# intellij
z
I was looking into the IJ plugin and found that it targets compiler versions that have tags but don't have artifacts. For example, the latest EAP is
Copy code
2.3.0-dev-7984
I checked bootstrap and kotlin-dev but no avail, are these artifacts published to any other repository? Context is that I'm working on trying to make a compiler plugin compatible with more IJ versions since they don't match the version of the compiler the build uses