No "Import Project from Gradle" dialog when importing a gradle project from build.gradle(.kts) with IntelliJ IDEA

Answered

When I search on the web, and as I recall I should be getting a dialog called "Import Project from Gradle" (or more dialogs) when importing a gradle project from build.gradle with IDEA. I am, however, not receiving any dialogs and the IDEA directly opens the newly imported project without letting me set any settings. I can not recall whether I have disabled it, but if I have I would like to re-enable it, because I am now unable (I think, atleast) to disable "separate modules for each gradle source set". (I am using windows x64 community edition). The dialog I am looking for looks something like the attachment:

Can someone tell me how to make it so that this dialog shows up (again)?
Thanks in advance.

0
2 comments

This dialog was removed in 2019.2. Generate separate module per Gradle source set setting is deprecated. UI offers to reset to the default. Option is hidden when the value is default. For troubleshooting, the option could be enabled in registry gradle.settings.showDeprecatedSettings

1
Avatar
Permanently deleted user

Thank you

0

Please sign in to leave a comment.