e107de6f36
If a developer interrupts (kill gradle process) a compilation process or an internal error interrupts the compilation process, the incremental cache files may be corrupted. The patch creates a special guard file, which allows detecting if the previous compilation was not successful, and in case of any issues drops the incremental cache files. ^KT-56581 Fixed