Hello! Can someone explain if it is possible to de...
# eap
d
Hello! Can someone explain if it is possible to determine from the Kotlin plugin version whether this is an EAP version? For example, how to determine that 1.4-M3-release-IJ2020.1-1 is the EAP version, and 1.3.72-release-IJ2020.1-1 is the stable version?
g
M* is milestone, it never has stable version, it's a special case. Only major versions have milestones (and eap between them), minor only eap
👍 1
🙂 1
Usual eap builds have
eap
in version
d
Thank you! I got it :)