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?
Please sign in to leave a comment.
Hello,
It's possible to select "Android" scope in project tree.
No, but I guess it's normal since is not an Android project!!
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.
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
:)