Intellij or android studio question. Sometimes i ...
# random
c
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
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... 🤔