Define which file's change should trigger the need of gradle sync
已回答
Hi,
Is there any way one can define which files should be checked by the IDE to look for changes in order to trigger gradle sync? I have a dependencies.gradle where I list all of my dependencies, and I would like to be able to "make the project out-dated" once a change in that file occurs, the same as it happens with build.gradle files.

Is there a way to do that?
Thanks in advance.
请先登录再写评论。
No, it's not configurable. Request is welcome at https://youtrack.jetbrains.com/issues/IDEA.