Find in path

已回答

I have gradle project

Then I disable on module (settings.gradle)

 

How to disable it and from the search Find in Path

0

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.

1

请先登录再写评论。