You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once loaded into IntelliJ for the first time, `import gradle` project by right clicking on `build.gradle` in the Project menu.
47
+
48
+
Once imported, run the `build` task, this should try to resolve the gradle version to use.
49
+
50
+
#### Debugging
51
+
Use the gradle task `runIde` on Debug, this should launch 2019.2 of IntelliJ Community edition which is the ealiest version supported after ServiceStackIDEA 1.0.40.
52
+
53
+
This breaking change came from 2019.2+ separation of Java lang features in the `com.intellij.psi.*` packages which SSIDEA uses for IntelliJ + Android studio Java support.
0 commit comments