Is it safe to update the IntelliJ Plugin to 1.3 if...
# intellij
d
Is it safe to update the IntelliJ Plugin to 1.3 if I still have some Projects using 1.2.71?
d
Yes, it should be fine. Your language (and API) version will remain 1.2, which is intuitively equal to "living in 1.2.X" world (code analyzed and generated like it's 1.2.X, you see only API which was present in 1.2.X, etc.)
👍 1
d
Thanks, will give it a try!