Please try to re-import gradle project(s) - the integration has been changed significantly since 12.1.x and unfortunately it doesn't backward compatibility with old settings format at the moment
to open existing gradle project, created in IJ v12, you need to import it againg (File => Import Project => select build.gradle file). Note, you can loose you previous IJ project settings, but it should not be an issue, since gradle build file(s) used as the single point of truth.
Hi Samuel,
Please try to re-import gradle project(s) - the integration has been changed significantly since 12.1.x and unfortunately it doesn't backward compatibility with old settings format at the moment
Denis
Is there no way to link to an existing gradle project?
to open existing gradle project, created in IJ v12, you need to import it againg (File => Import Project => select build.gradle file).
Note, you can loose you previous IJ project settings, but it should not be an issue, since gradle build file(s) used as the single point of truth.
Vlad