Intellij or android studio question.
Sometimes i need to find a file that i know exists like "missing_rules.txt" but it exists in app/build/outputs/mapping/release/missing_rules.txt
I guess because it's in build* that it doesn't get "indexed". Is there a way to opt in to sometimes having to search my entire project?
h
hho
10/24/2025, 8:33 AM
Interesting. I thought just setting the scope to "All Files" should do it, but while it does search even inside libraries, it still seems to exclude build files... 🤔