Find in path
Answered
I have gradle project
Then I disable on module (settings.gradle)
How to disable it and from the search Find in Path
Please sign in to leave a comment.
Do you want to exclude Gradle module from project build and the search?
To exclude the Gradle project from build, in Gradle projects tool window on project context menu select 'Detach Gradle Project' or 'Ignore Gradle Project' action.
To exclude from search and indexing, mark the directory as Excluded, see https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#project_tool_window.