I am switching from spring boot to Micronaut application. but when I use the IntelliJ IDE to add modules in the empty project the Gradle build is not supported in IntelliJ 2020.2.2.
I have the project structure as below
The gradle build should appear on the right-hand side of the IDE, but it is not
Even on the run configuration I don't see the project
I can see the build.gradle file for both the project
Make sure you have Gradle bundled plugin enabled in Preferences | plugins. Then you can add a Gradle module via File | New | Module form Existing Sources and select build.gradle file to import from, see Import an existing module to the project.