I think it does, here is an example: `A.java` has ...
# kobalt
c
I think it does, here is an example:
A.java
has changed but not
B.java
. However, the compiler should recompile
B.java
as well. Here, the build tool cannot decide to just pass `A.java`: it doesn’t have enough knowledge to make that decision.