Why does Android Studio build the entire project after a single letter change and Run?
Lets say I have the magic number 42 in a class, and I change it to 43. I had just run the project, and now I click Run again.. another 2 minutes of waiting!!!
Sometimes I even run the same thing twice in a row without changes at all and it builds the entire thing from scratch anew.
Is there a way to configure Gradle to behave a bit smarter?