Can I match the IDE version of Kotlin to a Kotlin ...
# compiler
m
Can I match the IDE version of Kotlin to a Kotlin release somewhere? My IDE says it's using
build-2.2.20-ij252-17
. Can I find this released somewhere so I have the same version in my plugin and IDE?
d
I'm not sure if we publish regular compiler artifacts together with jars for ide. cc @dimonchik0036
🙏 1
d
It seems we publish
kotlin-compiler
artifact (check Dokka setup), but AFAIK there is no guarantee that it will work in the future
m
Ah, nice! TIL
maven("<https://packages.jetbrains.team/maven/p/ij/intellij-dependencies/>")
, that'll do, thanks!
👍 1