How to recreate an Android-like scope for Gradle files?

Answered

I am trying to achieve an Android-like scope view to show build.gradle/.kts files in a separated section from the actual code and resources for any Gradle project. 
I was able to create a Gradle scope that shows just the Gradle files (which is almost fine) but it filters out all other files. How do I achieve an Android-like scope for Gradle files in IntelliJ?

0
4 comments

Hello,

It's possible to select "Android" scope in project tree.

0
Avatar
Permanently deleted user

No, but I guess it's normal since is not an Android project!!

0

Thanks for clarification! You are right, it's not possible for non-android project.

Feel  free to create feature request on YouTrack: http://youtrack.jetbrains.com/issues/IDEA.

0
Avatar
Permanently deleted user

Oh :( It is so useful to have all the setup files separated from the others! 
Well, issue created here: https://youtrack.jetbrains.com/issue/IDEA-224920
:)

0

Please sign in to leave a comment.