How supported is it to downgrade the IDEA version ...
# intellij
m
How supported is it to downgrade the IDEA version used to open a given project? If I opened a project with 2022.3, is it ok to open it with 2022.2 without re-importing the project? In other terms, is the
.idea
binary format forward compatible? 😅
j
When I have problems related to moving from AS to IntelliJ I just delete the
.idea
project
and I reopen the project to regenerate it
m
Yea, I do the same too but it's a bit cumbersome
At least would be nice to have an explicit error that points to the correct solution so that I don't remove
~/.m2
and
~/.gradle
when only
.idea
was needed
1
Right now I'm hit with
Copy code
Directory '/Users/mbonnin/git' does not contain a Gradle build.
when opening
/Users/mbonnin/git/apollo-kotlin
with an "older" IDEA
j
I would say probably never need to delete files in ~/.m2 or ~/.gradle. I can not think of a time when that has been required, and I've used idea for a long time. Rolling forward I'd expect no issues, but rolling back, probably not.
m
I've needed to delete
~/Library/Application\ Support/JetBrains/IdeaIC2022.3
recently
In all cases, a better error than
Copy code
Directory '/Users/mbonnin/git' does not contain a Gradle build.
would be nice